linter change

cordova v22.7.21-504
Valerie 2022-07-21 04:18:54 -04:00
parent d50029146c
commit 71a203dd53
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ {
"rules": { "rules": {
"no-unused-vars": "off", "@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-explicit-any": "off" "@typescript-eslint/no-explicit-any": "off"
} }
} }