18 lines
324 B
JSON
18 lines
324 B
JSON
{
|
|
"root": true,
|
|
"extends": ["next/core-web-vitals"],
|
|
"parserOptions": {
|
|
"ecmaVersion": 2021,
|
|
"sourceType": "module",
|
|
"project": ["./tsconfig.json"],
|
|
"tsconfigRootDir": "."
|
|
},
|
|
"ignorePatterns": [
|
|
"node_modules/",
|
|
".next/",
|
|
"backend/dist/",
|
|
"backend/node_modules/",
|
|
"dist/"
|
|
]
|
|
}
|