Commit 471fd9ea authored by Dorchies David's avatar Dorchies David
Browse files

Modification tslint pour les noms de variables (allow-leading-underscore) et...

Modification tslint pour les noms de variables (allow-leading-underscore) et les virgules en fin de tableau.
Showing with 7 additions and 1 deletion
+7 -1
...@@ -4,6 +4,12 @@ ...@@ -4,6 +4,12 @@
"tslint:recommended" "tslint:recommended"
], ],
"jsRules": {}, "jsRules": {},
"rules": {}, "rules": {
"variable-name": [true,
"check-format",
"allow-leading-underscore"
],
"trailing-comma": [false]
},
"rulesDirectory": [] "rulesDirectory": []
} }
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment