diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-06-09 19:02:38 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-06-09 19:02:38 +0200 |
commit | 0743287f955fd19fd1a04c91f3b40a4ac2236423 (patch) | |
tree | 42d9f4efef7c8099416e24ce751de78524b9a58a /.eslintrc.json | |
parent | 5ecdfcd041767c9e3244a92bb0a6cc3c3f80fea3 (diff) | |
download | wallabag-0743287f955fd19fd1a04c91f3b40a4ac2236423.tar.gz wallabag-0743287f955fd19fd1a04c91f3b40a4ac2236423.tar.zst wallabag-0743287f955fd19fd1a04c91f3b40a4ac2236423.zip |
clean & lint stuff
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json new file mode 100644 index 00000000..976a9eb5 --- /dev/null +++ b/.eslintrc.json | |||
@@ -0,0 +1,4 @@ | |||
1 | { | ||
2 | "extends": "airbnb", | ||
3 | "installedESLint": true, | ||
4 | } | ||