mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
test: added lint ignore rule
This commit is contained in:
parent
b4b62445ec
commit
11111797e6
@ -27,6 +27,7 @@ module.exports = {
|
|||||||
'@typescript-eslint'
|
'@typescript-eslint'
|
||||||
],
|
],
|
||||||
rules: {
|
rules: {
|
||||||
|
'react/no-unescaped-entities': 'off',
|
||||||
'react/prop-types': 'off',
|
'react/prop-types': 'off',
|
||||||
'react/react-in-jsx-scope': 'off',
|
'react/react-in-jsx-scope': 'off',
|
||||||
'jsx-a11y/anchor-is-valid': 'off',
|
'jsx-a11y/anchor-is-valid': 'off',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user