aboutsummaryrefslogtreecommitdiff
path: root/kamon-status-page/src/main/vue/tslint.json
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2019-03-18 13:44:50 +0100
committerGitHub <noreply@github.com>2019-03-18 13:44:50 +0100
commit8efb3b408a876a3dfdac79580773279125cb4135 (patch)
tree96fd746fc13f4ffb914d8e59c4ea074513877556 /kamon-status-page/src/main/vue/tslint.json
parente311df4b3a272f4f160857f718a96ec316a2fc06 (diff)
parentec83a72879378bc9eedea24f828e4d30fed95e92 (diff)
downloadKamon-8efb3b408a876a3dfdac79580773279125cb4135.tar.gz
Kamon-8efb3b408a876a3dfdac79580773279125cb4135.tar.bz2
Kamon-8efb3b408a876a3dfdac79580773279125cb4135.zip
Merge pull request #569 from ivantopo/status-page
Status page
Diffstat (limited to 'kamon-status-page/src/main/vue/tslint.json')
-rw-r--r--kamon-status-page/src/main/vue/tslint.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/kamon-status-page/src/main/vue/tslint.json b/kamon-status-page/src/main/vue/tslint.json
new file mode 100644
index 00000000..7bd86997
--- /dev/null
+++ b/kamon-status-page/src/main/vue/tslint.json
@@ -0,0 +1,22 @@
+{
+ "defaultSeverity": "warning",
+ "extends": [
+ "tslint:recommended"
+ ],
+ "linterOptions": {
+ "exclude": [
+ "node_modules/**"
+ ]
+ },
+ "rules": {
+ "semicolon": [true, "never"],
+ "quotemark": [true, "single"],
+ "indent": [true, "spaces", 2],
+ "arrow-parens": [true, "ban-single-arg-parens"],
+ "trailing-comma": false,
+ "interface-name": false,
+ "ordered-imports": false,
+ "object-literal-sort-keys": false,
+ "no-consecutive-blank-lines": false
+ }
+} \ No newline at end of file