Skip to content

Commit

Permalink
chore: 워닝 ㅃ2
Browse files Browse the repository at this point in the history
  • Loading branch information
potados99 committed Feb 27, 2022
1 parent 1fbe829 commit eddb5be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ module.exports = {
ecmaVersion: 2020,
},
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-console': 'off',
'no-debugger': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/no-inferrable-types': 'off',
'vue/no-mutating-props': 'off',
Expand Down

0 comments on commit eddb5be

Please sign in to comment.