aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2018-08-16 16:35:00 +0300
committerJan Tuomi <jan.tuomi@eficode.com>2018-08-16 16:35:00 +0300
commit20fb9c4547904666b53191ebd22e0d1b275d6f38 (patch)
tree3d612c5c5dae44afa5de644440c66b0db7583b7d /.eslintrc.js
parent7753866318c7f76dc6d163f517f1ff3c73003988 (diff)
Add stuff
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
new file mode 100644
index 0000000..923c92b
--- /dev/null
+++ b/.eslintrc.js
@@ -0,0 +1,3 @@
+module.exports = {
+ "extends": "airbnb-base"
+}; \ No newline at end of file