Better Typing for Positions and Formats Code
This commit is contained in:
@@ -38,6 +38,14 @@ module.exports = defineConfig([{
|
||||
"rules": {
|
||||
"@typescript-eslint/no-namespace": "off",
|
||||
"@typescript-eslint/no-explicit-any": "off",
|
||||
"@typescript-eslint/no-unused-vars": [
|
||||
"error",
|
||||
{
|
||||
"argsIgnorePattern": "^_",
|
||||
"varsIgnorePattern": "^_",
|
||||
"caughtErrorsIgnorePattern": "^_"
|
||||
}
|
||||
],
|
||||
},
|
||||
}, {
|
||||
languageOptions: {
|
||||
@@ -50,4 +58,4 @@ module.exports = defineConfig([{
|
||||
},
|
||||
|
||||
files: ["**/.eslintrc.{js,cjs}"],
|
||||
}]);
|
||||
}]);
|
||||
|
||||
Reference in New Issue
Block a user