summaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-09-07 12:35:50 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-09-07 12:35:50 +0200
commitfe39950e380cf42fb9f0d2516da3ae3d0493068e (patch)
tree9df7fec7e1308b5fc2056f8e36dd8ae0888244dc /.eslintrc.js
parent58280df17f756df4d1b6a31baae591ada6c41cf4 (diff)
Moment dynamic import and babel update
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index be234f81..b93fd9ef 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -20,6 +20,7 @@ module.exports = {
extends: [
'eslint:recommended',
'plugin:node/recommended',
+ 'plugin:vue/essential',
'plugin:vue/recommended',
'standard'
],