Skip to content

Commit

Permalink
fix(rules): add curly "all" rule
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsorensenf5 committed May 24, 2024
1 parent 79a6ed9 commit ad763f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rules/eslint.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
module.exports = {
'curly': ['error', 'all'],
'eqeqeq': ['error', 'smart'],
};

0 comments on commit ad763f6

Please sign in to comment.