Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #40 from AtomLinter/remove-babel-eslint
Browse files Browse the repository at this point in the history
Remove babel-eslint
  • Loading branch information
Arcanemagus authored Sep 27, 2016
2 parents 18b8b4c + df07e76 commit 5f55a8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
10 changes: 0 additions & 10 deletions .eslintrc.json

This file was deleted.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,15 @@
"lint": "eslint ."
},
"devDependencies": {
"babel-eslint": "^6.0.2",
"eslint": "^3.1.1",
"eslint-config-standard": "^6.0.0-beta.0",
"eslint-plugin-promise": "^2.0.0",
"eslint-plugin-standard": "^2.0.0"
},
"eslintConfig": {
"extends": "standard",
"globals": {
"atom": true
}
}
}

0 comments on commit 5f55a8f

Please sign in to comment.