{ "root": true, "extends": [ "@shlinkio/js-coding-standard" ], "parserOptions": { "project": "./tsconfig.json" }, "ignorePatterns": ["src/service*.ts"], "rules": { "react-hooks/rules-of-hooks": "off", "react-hooks/exhaustive-deps": "off" } }