aboutsummaryrefslogtreecommitdiffstats
path: root/package.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 /package.json
parent54b5410172c7c95948f59ad6ecb48f0f2fc0698e (diff)
downloadrspamd-de3bd9fa3f5bc1c35da4ee9f8882c69262421a8a.tar.gz
rspamd-de3bd9fa3f5bc1c35da4ee9f8882c69262421a8a.zip
[Test] Add JavaScript linting
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 000000000..14ee2bd7b
--- /dev/null
+++ b/package.json
@@ -0,0 +1,6 @@
+{
+ "devDependencies": {
+ "eslint": "*"
+ },
+ "eslintIgnore": ["*.min.js", "interface/js/lib/domReady.js"]
+}