Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Commit

Permalink
Use Sagui’s own ESLint config
Browse files Browse the repository at this point in the history
  • Loading branch information
pirelenito committed May 15, 2016
1 parent 0ac8159 commit 72ab1d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
13 changes: 2 additions & 11 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
{
"extends": [
"eslint-config-standard",
"eslint-config-standard-jsx",
],

"env": {
"jasmine": true
},

"globals": {
"sinon": false
}
"eslint-config-sagui"
]
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@
"commander": "^2.8.1",
"css-loader": "^0.19.0",
"eslint": "~2.2.0",
"eslint-config-standard": "5.1.0",
"eslint-config-standard-jsx": "1.1.1",
"eslint-config-sagui": "^1.0.0",
"eslint-loader": "^1.0.0",
"eslint-plugin-promise": "^1.0.8",
"eslint-plugin-react": "^4.0.0",
Expand Down

0 comments on commit 72ab1d4

Please sign in to comment.