Skip to content

Commit

Permalink
Merge pull request #135 from acarballo-cs/patch-1
Browse files Browse the repository at this point in the history
Add rule no-void
  • Loading branch information
feross authored Aug 13, 2019
2 parents 5306507 + 91dbf12 commit 5031de3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@
"no-useless-return": "error",
"no-whitespace-before-property": "error",
"no-with": "error",
"no-void": "error",
"object-curly-spacing": ["error", "always"],
"object-property-newline": ["error", { "allowMultiplePropertiesPerLine": true }],
"one-var": ["error", { "initialized": "never" }],
Expand Down

0 comments on commit 5031de3

Please sign in to comment.