Skip to content

Commit

Permalink
chore: add rules
Browse files Browse the repository at this point in the history
  • Loading branch information
tianqing617 committed Nov 19, 2021
1 parent 8129981 commit aa90bed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = {
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'semi': 'off',
'no-console': 'off',
'comma-dangle': 'off',
'space-before-function-paren': 'off',
'@typescript-eslint/ban-ts-comment': 'off',
Expand Down

0 comments on commit aa90bed

Please sign in to comment.