File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 9494 "no-lone-blocks": 2,
9595 "no-lonely-if": 2,
9696 "no-loop-func": 2,
97+ "no-mixed-operators": 2,
9798 "no-mixed-spaces-and-tabs": 2,
9899 "no-multi-spaces": 2,
99100 "no-multi-str": 2,
146147 "no-useless-computed-key": 2,
147148 "no-useless-concat": 2,
148149 "no-useless-constructor": 2,
150+ "no-useless-rename": 2,
149151 "no-var": 2,
150152 "no-void": 2,
151153 "no-whitespace-before-property": 2,
172174 "space-unary-ops": [2, { "words": true, "nonwords": false }],
173175 "spaced-comment": [2, "always"],
174176 "template-curly-spacing": 2,
177+ "unicode-bom": [2, "never"],
175178 "use-isnan": 2,
176179 "valid-jsdoc": 2,
177180 "valid-typeof": 2,
Original file line number Diff line number Diff line change 3232 "babel-loader" : " ^6.2.4" ,
3333 "bootstrap" : " ^3.3.6" ,
3434 "css-loader" : " ^0.23.1" ,
35- "eslint" : " 2.10.2 " ,
35+ "eslint" : " 2.13.0 " ,
3636 "eslint-plugin-react" : " ^5.2.2" ,
3737 "extract-text-webpack-plugin" : " ^1.0.1" ,
3838 "file-loader" : " ^0.8.5" ,
4848 "supertest" : " ^1.2.0" ,
4949 "supertest-as-promised" : " ^3.1.0" ,
5050 "url-loader" : " ^0.5.7" ,
51- "wdio-mocha-framework" : " ^0.2.13 " ,
51+ "wdio-mocha-framework" : " ^0.3.2 " ,
5252 "webdriverio" : " ^4.0.9" ,
5353 "webpack" : " ^1.13.1" ,
5454 "webpack-bundle-size-analyzer" : " ^2.0.2"
You can’t perform that action at this time.
0 commit comments