Skip to content

Commit a4df816

Browse files
Irinaa133antongolub
authored andcommitted
feat: tsx, jsx rules
1 parent 6d2ce7c commit a4df816

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/eslint-config-qiwi/src/main/js/eslint-config-qiwi.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,14 @@ module.exports = {
121121
rules: {
122122
'@typescript-eslint/explicit-module-boundary-types': 'off'
123123
}
124+
},
125+
{
126+
files: ['*.tsx', '*.jsx'],
127+
rules: {
128+
'no-use-before-define': 'off',
129+
'@typescript-eslint/no-use-before-define': ['error'],
130+
'multiline-ternary': 'off'
131+
}
124132
}
125133
]
126134
}

0 commit comments

Comments
 (0)