generated from Luis/nextjs-python-web-template
19 lines
392 B
JSON
19 lines
392 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"next/core-web-vitals",
|
|
"plugin:tailwindcss/recommended",
|
|
"plugin:@typescript-eslint/recommended"
|
|
],
|
|
"parser": "@typescript-eslint/parser",
|
|
"plugins": [
|
|
"@typescript-eslint"
|
|
],
|
|
"ignorePatterns": [
|
|
"**/src/api/*"
|
|
],
|
|
"rules": {
|
|
"@typescript-eslint/no-explicit-any": "off",
|
|
"tailwindcss/no-custom-classname": "off"
|
|
}
|
|
} |