mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
8 lines
164 B
JSON
8 lines
164 B
JSON
{
|
|
"extends": "tslint-ionic-rules",
|
|
"rules": {
|
|
"no-non-null-assertion": false,
|
|
"no-import-side-effect": [true, {"ignore-module": "(svg|\\.css)$"}]
|
|
}
|
|
}
|