T
TanStack8mo ago
robust-apricot

How to add eslint-plugin-query to .eslintrc.json?

Can somebody confirm that this is the correct way to do it? { "extends": ["plugin:@nx/react", "plugin:@tanstack/eslint-plugin-query/recommended", "../../.eslintrc.json", "../../.eslintrc-react.json"], "ignorePatterns": ["!*/"], "plugins": ["@tanstack/query"], "overrides": [ { "files": [".ts", ".tsx", ".js", ".jsx"], "rules": {} }, { "files": [".ts", ".tsx"], "rules": {} }, { "files": [".js", ".jsx"], "rules": {} } ] }
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?