20 lines
342 B
JSON
20 lines
342 B
JSON
{
|
|
"overrides": [
|
|
{
|
|
"includes": ["**/*.astro"],
|
|
"linter": {
|
|
"rules": {
|
|
"style": {
|
|
"useConst": "off",
|
|
"useImportType": "off"
|
|
},
|
|
"correctness": {
|
|
"noUnusedVariables": "off",
|
|
"noUnusedImports": "off"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|