mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-18 16:02:53 +08:00
543fa64b35
This reverts commit dcac00e7ad
.
13 lines
280 B
JSON
13 lines
280 B
JSON
{
|
|
"extends": ["tslint-ionic-rules"],
|
|
"rules": {
|
|
"no-empty": false,
|
|
"no-import-side-effect": false,
|
|
"no-redundant-jsdoc": false,
|
|
"ban-types": false,
|
|
"no-shadowed-variable": false,
|
|
"no-constant-condition": false,
|
|
"no-extra-boolean-cast": false
|
|
}
|
|
}
|