mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
9 lines
135 B
Plaintext
Executable File
9 lines
135 B
Plaintext
Executable File
{
|
|
"extends": "react-app",
|
|
"rules": {
|
|
"jsx-a11y/href-no-hash": "off",
|
|
"no-console": "warn",
|
|
"valid-jsdoc": "warn"
|
|
}
|
|
}
|