rlcard-showdown/.eslintrc

16 lines
303 B
Plaintext
Raw Normal View History

{
"extends": [
"eslint:recommended",
"plugin:react/recommended",
"plugin:react-hooks/recommended",
"prettier",
"prettier/react"
],
"rules": {
"no-redeclare": "off",
"react/display-name": "off",
"react/prop-types": "off",
"react/react-in-jsx-scope": "off"
}
}