drop eslintrc, add babel-eslint and standard

This commit is contained in:
Daniel Hengeveld
2015-10-28 11:44:57 +01:00
parent 806047bd27
commit 4bbf435ba8
2 changed files with 4 additions and 6 deletions

View File

@@ -1,6 +0,0 @@
{
"env": {
"es6": true
},
"extends": "standard"
}

View File

@@ -58,6 +58,10 @@
"underscore-plus": "^1.6.6",
"yargs": "^3.23.0"
},
"devDependencies" : {
"babel-eslint": "^4.1.3",
"standard": "^5.3.1"
},
"packageDependencies": {
"atom-dark-syntax": "0.27.0",
"atom-dark-ui": "0.51.0",