Skip to content

Commit

Permalink
update lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
mxyng committed Jan 23, 2024
1 parent 1cc8282 commit 0bec23e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = {
'generator-star-spacing': 0,
'no-unused-vars': [0, { args: 'after-used', vars: 'local' }],
'no-constant-condition': 0,
'no-dupe-class-members': 0,
'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0,
},
};

0 comments on commit 0bec23e

Please sign in to comment.