File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ module . exports = {
2+ "parserOptions" : {
3+ "ecmaVersion" : 6 ,
4+ "sourceType" : "module"
5+ } ,
6+ "extends" : [ "airbnb" , "angular" ] ,
7+ "rules" : {
8+ }
9+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2121 "babel-register" : " ^6.16.3" ,
2222 "babel-runtime" : " ^6.11.6" ,
2323 "css-loader" : " ^0.23.1" ,
24+ "eslint" : " ^3.15.0" ,
25+ "eslint-config-airbnb" : " ^14.0.0" ,
26+ "eslint-config-angular" : " ^0.5.0" ,
27+ "eslint-plugin-angular" : " ^1.6.1" ,
28+ "eslint-plugin-import" : " ^2.2.0" ,
29+ "eslint-plugin-jsx-a11y" : " ^3.0.2" ,
30+ "eslint-plugin-react" : " ^6.9.0" ,
2431 "file-loader" : " ^0.8.1" ,
2532 "html-webpack-plugin" : " ^2.22.0" ,
2633 "jasmine-core" : " ^2.5.2" ,
27- "jshint" : " ^2.6.3" ,
28- "jshint-loader" : " ^0.8.3" ,
2934 "json-loader" : " ^0.5.4" ,
3035 "karma" : " ^1.3.0" ,
3136 "karma-babel-preprocessor" : " ^6.0.1" ,
You can’t perform that action at this time.
0 commit comments