aboutsummaryrefslogtreecommitdiff
path: root/web/.jscsrc
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2017-08-18 11:46:57 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2017-08-18 11:46:57 +1200
commitadacb40ad63c462e93c8a175c6da56c823446ec3 (patch)
tree467ce23232ca557f9fcee33160a9bae945c596fc /web/.jscsrc
parent3c2a5c249d2a0cec1d5c371efcd1dfcf7e8c7f2e (diff)
downloadetbsa-traccar-web-adacb40ad63c462e93c8a175c6da56c823446ec3.tar.gz
etbsa-traccar-web-adacb40ad63c462e93c8a175c6da56c823446ec3.tar.bz2
etbsa-traccar-web-adacb40ad63c462e93c8a175c6da56c823446ec3.zip
Implement eslint configuration
Diffstat (limited to 'web/.jscsrc')
-rw-r--r--web/.jscsrc7
1 files changed, 0 insertions, 7 deletions
diff --git a/web/.jscsrc b/web/.jscsrc
deleted file mode 100644
index c20bcf0..0000000
--- a/web/.jscsrc
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "preset": "crockford",
- "maxErrors": 100,
- "excludeFiles": ["simple/app.js"],
- "requireDotNotation": false,
- "requireSpaceAfterComma": true
-}