diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-07-03 11:24:40 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-07-03 11:24:40 +0300 |
commit | de3bd9fa3f5bc1c35da4ee9f8882c69262421a8a (patch) | |
tree | d8b8b9cbadfe105a2913276c23fbbe425c9f5367 /.eslintrc.json | |
parent | 54b5410172c7c95948f59ad6ecb48f0f2fc0698e (diff) | |
download | rspamd-de3bd9fa3f5bc1c35da4ee9f8882c69262421a8a.tar.gz rspamd-de3bd9fa3f5bc1c35da4ee9f8882c69262421a8a.zip |
[Test] Add JavaScript linting
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 8 |
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" + } +} |