Skip to content

Commit

Permalink
fix: update rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-a-young committed May 9, 2024
1 parent 0bddcaa commit 0f12dbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20
2 changes: 2 additions & 0 deletions base.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ module.exports = {
'no-restricted-syntax': 0,
'global-require': 0,
'class-methods-use-this': 0,
'default-param-last': 1,
'unicorn/filename-case': 'off',
'unicorn/no-empty-file': 'warn',
'unicorn/empty-brace-spaces': 0,
Expand All @@ -77,6 +78,7 @@ module.exports = {
'unicorn/prefer-dom-node-append': 0,
'unicorn/no-array-reduce': 0,
'unicorn/no-anonymous-default-export': 0,
'unicorn/no-negated-condition': 0,
'import/no-extraneous-dependencies': 0,
'no-plusplus': ['error', { allowForLoopAfterthoughts: true }],
'no-unused-vars': ['error', { ignoreRestSiblings: true }],
Expand Down

0 comments on commit 0f12dbd

Please sign in to comment.