mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
keycloak-js: Fix no-redundant-jsdoc ignore
This commit is contained in:
parent
165e2bf7b0
commit
ff1d1fc8e9
@ -3,6 +3,7 @@
|
||||
"rules": {
|
||||
// TODOs
|
||||
"no-duplicate-imports": false,
|
||||
"no-redundant-jsdoc": false
|
||||
"no-redundant-jsdoc": false,
|
||||
"no-redundant-jsdoc-2": false
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user