Skip to content

Commit

Permalink
Merge pull request stackblitz#4 from oTToDev-CE/main
Browse files Browse the repository at this point in the history
added last lint rule for this update
  • Loading branch information
dustinwloring1988 authored Dec 2, 2024
2 parents 4ffcafb + 6c552f8 commit 0f59af9
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 0f59af9

Please sign in to comment.