1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00
2020-10-07 09:41:58 -07:00

10 lines
246 B
Plaintext

{
"extends": "@upstatement/eslint-config/react",
"plugins": ["react-hooks"],
"settings": { "import/resolver": { "typescript": {} } },
"rules": {
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": ["warn"]
}
}