Skip to content

Commit

Permalink
Chore: upgrade eslint-plugin-eslint-plugin & eslint-plugin-node (#8856)
Browse files Browse the repository at this point in the history
* Chore: upgrade eslint-plugin-eslint-plugin@0.7.3

* Update package.json

* update eslint-plugin-eslint-plugin@0.7.4 & enable no-identical-tests.
  • Loading branch information
aladdin-add authored and not-an-aardvark committed Jul 2, 2017
1 parent 0780d86 commit e0d1a84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yml
Expand Up @@ -9,5 +9,6 @@ extends:
- "plugin:eslint-plugin/recommended"
rules:
eslint-plugin/consistent-output: "error"
eslint-plugin/no-identical-tests: "error"
eslint-plugin/prefer-placeholders: "error"
eslint-plugin/report-message-format: ["error", '[^a-z].*\.$']
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -80,8 +80,8 @@
"coveralls": "^2.13.1",
"dateformat": "^2.0.0",
"ejs": "^2.5.6",
"eslint-plugin-eslint-plugin": "^0.7.2",
"eslint-plugin-node": "^5.0.0",
"eslint-plugin-eslint-plugin": "^0.7.4",
"eslint-plugin-node": "^5.1.0",
"eslint-release": "^0.10.1",
"esprima": "^3.1.3",
"esprima-fb": "^15001.1001.0-dev-harmony-fb",
Expand Down

0 comments on commit e0d1a84

Please sign in to comment.