summaryrefslogtreecommitdiff
path: root/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 502e87a0..aeaa1c95 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -14,7 +14,6 @@ module.exports = {
},
],
'vue/component-name-in-template-casing': ['error', 'kebab-case'],
- 'vue/custom-event-name-casing': ['warn'],
},
parserOptions: {
parser: 'babel-eslint',