Skip to content

Commit

Permalink
Add ESLint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Feb 15, 2020
1 parent 96fe5fe commit a850dda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,8 @@ module.exports = {
"no-unsafe-finally": "error",
"no-var": "error",
"spaced-comment": "error",
"comma-spacing": "error",
"array-bracket-spacing": ["error", "never"],
"prefer-arrow-callback": "error"
}
};

0 comments on commit a850dda

Please sign in to comment.