Skip to content

Commit 218d9f5

Browse files
committed
add rule
1 parent bd599cc commit 218d9f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eslint.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export default [
5555
'@typescript-eslint': tseslint,
5656
'no-only-tests': noOnlyTests,
5757
import: importPlugin,
58+
prettier: prettier,
5859
},
5960
settings: {
6061
'import/resolver': {
@@ -143,6 +144,7 @@ export default [
143144
'no-empty-function': 'off',
144145
'no-template-curly-in-string': 'off',
145146
'no-useless-escape': 'off',
147+
'no-extra-parentheses': 'off',
146148
strict: 'off',
147149

148150
// Restricted syntax

0 commit comments

Comments
 (0)