summaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2020-06-25 21:06:15 -0100
committerMaxence Lange <maxence@artificial-owl.com>2020-06-25 21:06:15 -0100
commit600dc4a00886473cbffeb3a842f6cce894a5ecc1 (patch)
tree1b1161d356b1bbbed958ad7928cab071c4c94f12 /.eslintrc.js
parent23f15042d7c94254bfbbe82aa5ebb2dabae0172b (diff)
vue issues
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 060255fa..641466ef 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -50,8 +50,6 @@ module.exports = {
// es6 import/export and require
'node/no-unpublished-require': ['off'],
'node/no-unsupported-features/es-syntax': ['off'],
- // kebab case components for vuejs
- 'vue/component-name-in-template-casing': ['error', 'kebab-case'],
// space before self-closing elements
'vue/html-closing-bracket-spacing': 'error',
// newline before closing bracket