Skip to content

Commit

Permalink
Add Promise param name rule standard/standard#282
Browse files Browse the repository at this point in the history
  • Loading branch information
jden committed Nov 23, 2015
1 parent 2846ef8 commit 53cce34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@
"wrap-iife": [2, "any"],
"yoda": [2, "never"],

"promiseparams/promiseparams": 2,

"standard/object-curly-even-spacing": [2, "either"],
"standard/array-bracket-even-spacing": [2, "either"],
"standard/computed-property-even-spacing": [2, "even"]
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"url": "https://github.com/feross/eslint-config-standard/issues"
},
"peerDependencies": {
"eslint-plugin-promiseparams": "^1.0.7",
"eslint-plugin-standard": "^1.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit 53cce34

Please sign in to comment.