Skip to content

Commit

Permalink
Use eslint-config-atom-build
Browse files Browse the repository at this point in the history
  • Loading branch information
noseglid committed Nov 23, 2015
1 parent 8718ee8 commit 8c389cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 27 deletions.
26 changes: 1 addition & 25 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,28 +1,4 @@
{
"parser": "babel-eslint",
"rules": {
"comma-dangle": 0,
"default-case": 0,
"func-names": 0,
"indent": [ 2, 2, { "SwitchCase": 1 } ],
"new-cap": [ 2, { "capIsNewExceptions": [ "XRegExp" ] } ],
"no-param-reassign": 0,
"no-unused-expressions": [ 2, { "allowTernary": true, "allowShortCircuit": true } ],
"no-unused-vars": [ 2, { "args": "none" } ],
"space-before-function-paren": [ 2, { "anonymous": "always", "named": "never" } ],
"yoda": 0
},
"env": {
"es6": true,
"node": true,
"browser": true,
"jasmine": true
},
"globals": {
"atom": true,
"waitsForPromise": true,
"fit": false,
"fdescribe": false
},
"extends": "airbnb"
"extends": "atom-build"
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"atom-build-spec-helpers": "^0.4.0",
"babel-eslint": "^4.1.5",
"eslint": "^1.10.1",
"eslint-config-airbnb": "^1.0.0",
"eslint-plugin-react": "^3.10.0"
"eslint-config-atom-build": "^1.0.0"
},
"keywords": [
"build",
Expand Down

0 comments on commit 8c389cd

Please sign in to comment.