mirror of
https://github.com/VSCodium/icons.git
synced 2025-12-09 19:43:16 -06:00
21 lines
415 B
JSON
21 lines
415 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/eslintrc",
|
|
"root": true,
|
|
"extends": [
|
|
"next/core-web-vitals",
|
|
"prettier",
|
|
"plugin:tailwindcss/recommended"
|
|
],
|
|
"plugins": ["tailwindcss"],
|
|
"rules": {
|
|
"@next/next/no-html-link-for-pages": "off",
|
|
"react/jsx-key": "off",
|
|
"tailwindcss/no-custom-classname": "off"
|
|
},
|
|
"settings": {
|
|
"tailwindcss": {
|
|
"callees": ["cn"]
|
|
}
|
|
}
|
|
}
|