Skip to content

Commit 413337f

Browse files
committed
feat(package): updated to eslint 2.9
1 parent c9f0435 commit 413337f

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.eslintrc.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
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,
@@ -284,6 +285,7 @@
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,

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
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
}

0 commit comments

Comments
 (0)