Add baseline .eslint files

This commit is contained in:
Greg Considine
2017-03-28 10:04:44 -04:00
parent 94a7cf0858
commit f5eabe6b16
4 changed files with 570 additions and 711 deletions

View File

@@ -23,7 +23,8 @@
"pretest": "grunt clean:coverage",
"test": "karma start karma.conf.js",
"jshint": "grunt clean:jshint jshint:source --no-color",
"test:ci": "npm run test -- --single-run --reporter junit,dots --browsers=PhantomJS"
"test:ci": "npm run test -- --single-run --reporter junit,dots --browsers=PhantomJS",
"lint": "./node_modules/.bin/eslint -c .eslintrc.js ."
},
"optionalDependencies": {
"browser-sync": "^2.14.0",
@@ -38,6 +39,9 @@
"babel-loader": "^6.2.4",
"babel-plugin-istanbul": "^2.0.0",
"babel-preset-es2015": "^6.9.0",
"eslint": "^3.18.0",
"eslint-config-airbnb-base": "^11.1.1",
"eslint-plugin-import": "^2.2.0",
"expose-loader": "^0.7.1",
"grunt": "^1.0.1",
"grunt-angular-gettext": "^2.2.3",