10 lines
248 B
JSON
10 lines
248 B
JSON
{
|
|||
"categories": {
|
|||
"correctness": "error",
|
|||
"suspicious": "warn",
|
|||
"perf": "warn"
|
|||
},
|
|||
"plugins": ["react", "typescript", "import", "unicorn"],
|
|||
"ignorePatterns": ["node_modules", "out", "dist", "**/routeTree.gen.ts", "**/*.gen.*"]
|
|||
}
|