generated from Luis/nextjs-python-web-template
some changes for the tailwind classes and turned the rule for custom classes off
This commit is contained in:
committed by
Sara Pervana
parent
1db032e932
commit
9f03c187f3
@@ -1,10 +1,19 @@
|
||||
{
|
||||
"root": true,
|
||||
"extends": ["next/core-web-vitals", "plugin:tailwindcss/recommended", "plugin:@typescript-eslint/recommended"],
|
||||
"extends": [
|
||||
"next/core-web-vitals",
|
||||
"plugin:tailwindcss/recommended",
|
||||
"plugin:@typescript-eslint/recommended"
|
||||
],
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"plugins": ["@typescript-eslint"],
|
||||
"ignorePatterns": ["**/src/api/*"],
|
||||
"plugins": [
|
||||
"@typescript-eslint"
|
||||
],
|
||||
"ignorePatterns": [
|
||||
"**/src/api/*"
|
||||
],
|
||||
"rules": {
|
||||
"@typescript-eslint/no-explicit-any": "off"
|
||||
"@typescript-eslint/no-explicit-any": "off",
|
||||
"tailwindcss/no-custom-classname": "off"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user