File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 "no-sparse-arrays" : 2 ,
3030 "no-unexpected-multiline" : 2 ,
3131 "no-unreachable" : 2 ,
32+ "no-unsafe-finally" : 2 ,
3233 "use-isnan" : 2 ,
3334 "valid-jsdoc" : 2 ,
3435 "valid-typeof" : 2 ,
284285 "no-duplicate-imports" : [2 , {"includeExports" : true }],
285286 "no-new-symbol" : 2 ,
286287 "no-this-before-super" : 2 ,
288+ "no-useless-computed-key" : 2 ,
287289 "no-useless-constructor" : 2 ,
288290 "no-var" : 2 ,
289291 "object-shorthand" : 2 ,
Original file line number Diff line number Diff line change 3232 },
3333 "homepage" : " https://github.com/valor-software/eslint-config-valorsoft#readme" ,
3434 "dependencies" : {
35- "eslint" : " 2.8 .0"
35+ "eslint" : " 2.9 .0"
3636 },
3737 "devDependencies" : {
3838 "chai" : " 3.5.0" ,
39- "conventional-changelog-cli" : " 1.1.1 " ,
39+ "conventional-changelog-cli" : " 1.2.0 " ,
4040 "conventional-github-releaser" : " 1.1.2" ,
4141 "mocha" : " 2.4.5" ,
42- "pre-commit" : " 1.1.2 " ,
42+ "pre-commit" : " 1.1.3 " ,
4343 "strip-json-comments" : " 2.0.1"
4444 }
4545}
You can’t perform that action at this time.
0 commit comments