Skip to content

Commit

Permalink
feat: allow init-declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Nov 27, 2016
1 parent 2eda2a8 commit 5bf929d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions configurations/eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,13 +224,7 @@
2,
2
],
"init-declarations": [
2,
"never",
{
"ignoreForLoopInit": false
}
],
"init-declarations": 0,
"jsdoc/check-param-names": 1,
"jsdoc/check-tag-names": 1,
"jsdoc/check-types": 1,
Expand Down

0 comments on commit 5bf929d

Please sign in to comment.