This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'adobe/master'
- Loading branch information
Showing
465 changed files
with
30,471 additions
and
29,759 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
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,70 @@ | ||
{ | ||
"env": { | ||
"node": true | ||
}, | ||
"rules": { | ||
"no-bitwise": 0, | ||
"curly": 2, | ||
"eqeqeq": 2, | ||
"guard-for-in": 0, | ||
"wrap-iife": [2, "outside"], | ||
"no-use-before-define": 0, | ||
"new-cap": [0, { | ||
"capIsNewExceptions": [ | ||
"$.Deferred", | ||
"$.Event", | ||
"CodeMirror.Pos", | ||
"Immutable.Map", | ||
"Immutable.List", | ||
"JSLINT" | ||
]}], | ||
"no-caller": 2, | ||
"no-empty": 0, | ||
"no-new": 2, | ||
"no-invalid-regexp": 2, | ||
"no-control-regex": 2, | ||
"no-regex-spaces": 2, | ||
"no-undef": 2, | ||
"strict": 0, | ||
"no-unused-vars": [0, {"vars": "all", "args": "none"}], | ||
"semi": 2, | ||
|
||
"no-iterator": 2, | ||
"no-loop-func": 2, | ||
"no-multi-str": 2, | ||
"no-fallthrough": 2, | ||
"no-proto": 2, | ||
"no-script-url": 2, | ||
"no-shadow": 0, | ||
"no-shadow-restricted-names": 2, | ||
"no-new-func": 2, | ||
"no-new-wrappers": 2, | ||
"no-new-require": 2, | ||
"new-parens": 2, | ||
"no-new-object": 2, | ||
"no-invalid-this": 0, | ||
"indent": [0, 4], | ||
|
||
"valid-jsdoc": 0, | ||
"valid-typeof": 2, | ||
|
||
"no-trailing-spaces": 0, | ||
"eol-last": 0 | ||
}, | ||
"globals": { | ||
"brackets": false, | ||
|
||
"window": false, | ||
"alert": false, | ||
"document": false, | ||
"localStorage": false, | ||
"navigator": false, | ||
"setTimeout": false, | ||
|
||
"require": false, | ||
"define": false, | ||
"$": false, | ||
"PathUtils": false, | ||
"Mustache": false | ||
} | ||
} |
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
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
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
Oops, something went wrong.