2022-03-06 19:46:59 -05:00
|
|
|
{
|
2022-12-18 21:18:32 -05:00
|
|
|
"extends": [
|
|
|
|
"next/core-web-vitals",
|
|
|
|
"eslint:recommended",
|
|
|
|
"plugin:@typescript-eslint/recommended"
|
|
|
|
],
|
|
|
|
"parser": "@typescript-eslint/parser",
|
|
|
|
"plugins": ["@typescript-eslint"],
|
|
|
|
"root": true,
|
2023-01-07 17:52:27 -05:00
|
|
|
"ignorePatterns": ["node_modules/", "__tests__/"],
|
|
|
|
"rules": {
|
|
|
|
"no-mixed-spaces-and-tabs": ["off"]
|
|
|
|
}
|
2022-03-06 19:46:59 -05:00
|
|
|
}
|