-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tiago Porto
committed
Apr 28, 2019
1 parent
649add7
commit a69b65c
Showing
4 changed files
with
797 additions
and
1,045 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 |
---|---|---|
@@ -1,37 +1 @@ | ||
{ | ||
"env": { | ||
"amd": false, | ||
"applescript": false, | ||
"browser": true, | ||
"commonjs": false, | ||
"embertest": false, | ||
"jasmine": false, | ||
"jest": false, | ||
"jquery": false, | ||
"meteor": false, | ||
"mocha": true, | ||
"mongo": false, | ||
"nashorn": false, | ||
"phantomjs": false, | ||
"prototypejs": false, | ||
"protractor": false, | ||
"qunit": false, | ||
"serviceworker": false, | ||
"shelljs": false, | ||
"webextensions": false, | ||
"worker": false | ||
}, | ||
|
||
"globals": { | ||
// additional predefined global variables | ||
}, | ||
|
||
"plugins": [ | ||
// e.g. "react" (must run `npm install eslint-plugin-react` first) | ||
], | ||
|
||
"extends": [ | ||
// extend the set of enabled rules | ||
"standard" | ||
] | ||
} | ||
{ "extends": ["standard"] } |
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.