-
-
Notifications
You must be signed in to change notification settings - Fork 651
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #227 from wbotelhos/prototype-convert
Converts plugin style to Prototype
- Loading branch information
Showing
88 changed files
with
6,508 additions
and
5,722 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/demo | ||
/spec/vendor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"env": { | ||
"browser": true, | ||
"es2021": true | ||
}, | ||
|
||
"extends": "eslint:recommended", | ||
|
||
"globals": { | ||
"$": false, | ||
"afterEach": false, | ||
"beforeEach": false, | ||
"context": true, | ||
"define": false, | ||
"describe": false, | ||
"expect": false, | ||
"Helper": true, | ||
"it": false, | ||
"module": false, | ||
"require": false, | ||
"spyOn": false, | ||
"xit": false | ||
}, | ||
|
||
"parserOptions": { | ||
"ecmaVersion": 12 | ||
}, | ||
|
||
"rules": { | ||
"indent": ["error", 2], | ||
"linebreak-style": ["error", "unix"], | ||
"one-var": ["error", "never"], | ||
"quotes": ["error", "single"], | ||
"semi": ["error", "always"] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.DS_Store | ||
/.idea | ||
/bower_components | ||
/node_modules | ||
.idea/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
eslint: | ||
config_file: .eslintrc.json | ||
enabled: true | ||
ignore_file: .eslintignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"authors": [ | ||
"Washington Botelho <[email protected]> (http://wbotelhos.com)" | ||
"Washington Botelho <[email protected]> (https://www.wbotelhos.com)" | ||
], | ||
"description": "Raty - A Star Rating Plugin", | ||
"dependencies": { | ||
"jquery": "^3.3.1" | ||
"jquery": "^3.5.1" | ||
}, | ||
"homepage": "https://github.com/wbotelhos/raty", | ||
"ignore": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.