This repository has been archived on 2025-05-09. You can view files and clone it, but cannot push or open issues or pull requests.
EvoCalculator/.eslintrc.json
2021-04-23 09:49:14 +03:00

9 lines
153 B
JSON

{
"extends": ["react-app"],
"rules": {
"no-console": "warn",
"no-unused-vars": "warn",
"import/no-anonymous-default-export": "off"
}
}