aboutsummaryrefslogtreecommitdiffhomepage
path: root/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
new file mode 100644
index 0000000..d98ea69
--- /dev/null
+++ b/.eslintrc.js
@@ -0,0 +1,9 @@
1module.exports = {
2 "extends": ["airbnb-base"],
3 "plugins": [
4 "mocha"
5 ],
6 "rules": {
7 "mocha/no-exclusive-tests": "error"
8 }
9}; \ No newline at end of file