mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 00:12:53 +08:00
chore(lint): ignore unused rule
This commit is contained in:
parent
3f65ce1c7e
commit
2efc5b2e2c
@ -9,6 +9,7 @@
|
|||||||
"no-constant-condition": false,
|
"no-constant-condition": false,
|
||||||
"no-extra-boolean-cast": false,
|
"no-extra-boolean-cast": false,
|
||||||
"adjacent-overload-signatures": false,
|
"adjacent-overload-signatures": false,
|
||||||
"ter-no-proto": false
|
"ter-no-proto": false,
|
||||||
|
"callable-types": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user