mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 05:03:27 +00:00
8
.eslintrc.cjs
Normal file
8
.eslintrc.cjs
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
root: true,
|
||||
extends: '@nuxt/eslint-config',
|
||||
rules: {
|
||||
'vue/max-attributes-per-line': 'off',
|
||||
'vue/multi-word-component-names': 'off'
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user