Skip to content

Commit 5b90aca

Browse files
committed
config: eslint typescript 관련 rules 추가
1 parent 0434508 commit 5b90aca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.eslintrc.cjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ module.exports = {
1414
plugins: ['react', 'react-refresh'],
1515
rules: {
1616
'tailwindcss/no-custom-classname': 'off',
17+
'@typescript-eslint/no-explicit-any': 'off',
18+
'@typescript-eslint/explicit-module-boundary-types': 'off',
1719
},
1820
};

0 commit comments

Comments
 (0)