summaryrefslogtreecommitdiffstats
path: root/tslint.json
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2018-10-24 01:26:15 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2018-10-24 22:28:27 +0200
commit9770eaf432bacff9de1b9911adef1db368b8cc70 (patch)
treec75db564154f70c995efbb534063c8b9969ac55c /tslint.json
parent06b2c5bec7e246bad345fecdb12752866452e5e7 (diff)
downloadrpgedit-9770eaf432bacff9de1b9911adef1db368b8cc70.tar
rpgedit-9770eaf432bacff9de1b9911adef1db368b8cc70.zip
Throw in tslint and fix style
Diffstat (limited to 'tslint.json')
-rw-r--r--tslint.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/tslint.json b/tslint.json
new file mode 100644
index 0000000..75849af
--- /dev/null
+++ b/tslint.json
@@ -0,0 +1,14 @@
+{
+ "defaultSeverity": "warning",
+ "extends": [
+ "tslint:recommended"
+ ],
+ "jsRules": {},
+ "rules": {
+ "curly": [true, "as-needed"],
+ "indent": [true, "tabs"],
+ "no-bitwise": false,
+ "quotemark": [true, "single", "avoid-escape", "avoid-template"]
+ },
+ "rulesDirectory": []
+}