mirror of
https://gitee.com/shuto-github/Shadow-DOM-inject-styles.git
synced 2026-05-10 00:00:01 +08:00
add tslint config
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"extends": "tslint-ionic-rules",
|
||||
"rules": {
|
||||
"ban-comma-operator": false,
|
||||
"no-empty": [true, "allow-empty-catch"],
|
||||
"no-floating-promises": true,
|
||||
"no-import-side-effect": false,
|
||||
"no-var-keyword": false,
|
||||
"no-var-requires": false,
|
||||
"prefer-conditional-expression": false,
|
||||
"linebreak-style": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user