Skip to content

Commit

Permalink
added last lint rule for this update
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinwloring1988 committed Dec 2, 2024
1 parent 87620f3 commit 6c552f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ export default [
'keyword-spacing': ["error", { "before": true, "after": true }],
'consistent-return': "error",
'semi': ["error", "always"],
'curly': ["error"],
'no-eval': ["error"],
'linebreak-style': ["error", "unix"],
'arrow-spacing': ["error", { "before": true, "after": true }]
},
},
Expand Down

0 comments on commit 6c552f8

Please sign in to comment.