summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorAlexander Moisseev <moiseev@mezonplus.ru>2018-07-03 11:24:40 +0300
committerAlexander Moisseev <moiseev@mezonplus.ru>2018-07-03 11:24:40 +0300
commitde3bd9fa3f5bc1c35da4ee9f8882c69262421a8a (patch)
treed8b8b9cbadfe105a2913276c23fbbe425c9f5367 /.eslintrc.json
parent54b5410172c7c95948f59ad6ecb48f0f2fc0698e (diff)
downloadrspamd-de3bd9fa3f5bc1c35da4ee9f8882c69262421a8a.tar.gz
rspamd-de3bd9fa3f5bc1c35da4ee9f8882c69262421a8a.zip
[Test] Add JavaScript linting
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
new file mode 100644
index 000000000..64c25a22c
--- /dev/null
+++ b/.eslintrc.json
@@ -0,0 +1,8 @@
+{
+ "env": {
+ "browser": true
+ },
+ "rules": {
+ "newline-per-chained-call": "off"
+ }
+}