Skip to content

Commit

Permalink
chore: eslint에서 default props를 무시하도록 설정 (#ATR-95)
Browse files Browse the repository at this point in the history
  • Loading branch information
SWARVY committed May 21, 2024
1 parent 94dee24 commit 4629808
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/service/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ module.exports = {
project: ['./tsconfig.json'],
tsconfigRootDir: __dirname,
},
rules: {
'react/require-default-props': 'off',
},
}

0 comments on commit 4629808

Please sign in to comment.