h5-Dooring/.eslintrc
2020-09-03 10:56:16 +08:00

7 lines
85 B
Plaintext
Executable File

{
"extends": "react-app",
"rules": {
"react/react-in-jsx-scope": "off"
}
}