awesome-cordova-plugins/tslint.json

9 lines
167 B
JSON
Raw Normal View History

{
2018-05-05 16:29:51 +08:00
"extends": ["tslint-ionic-rules", "rxjs-tslint-rules"],
2017-12-28 20:28:44 +08:00
"rules": {
2018-03-23 17:42:10 +08:00
"ordered-imports": false,
"no-empty": false,
"no-import-side-effect": false
2017-12-28 20:28:44 +08:00
}
}