2
0
mirror of https://github.com/danielsogl/awesome-cordova-plugins.git synced 2025-03-01 14:32:54 +08:00
awesome-cordova-plugins/tslint.json

9 lines
144 B
JSON
Raw Normal View History

{
2017-12-28 20:28:44 +08:00
"extends": "tslint-ionic-rules",
"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
}
}