Skip to content

Commit

Permalink
Clean up redundant array brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhyndman committed Apr 21, 2019
1 parent b57fabb commit 96e67ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports = {
],

// eslint-plugin-no-null
"no-null/no-null": ["error"],
"no-null/no-null": "error",

// eslint-plugin-react
"react/prefer-es6-class": ["error", "always"],
Expand Down

0 comments on commit 96e67ca

Please sign in to comment.