mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 05:33:26 +00:00
Add basic Guider project and remove Nuxt content
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
module.exports = {
|
||||
root: true,
|
||||
extends: ['@nuxt/eslint-config', 'plugin:prettier/recommended'],
|
||||
rules: {
|
||||
'vue/max-attributes-per-line': 'off',
|
||||
'vue/multi-word-component-names': 'off',
|
||||
extends: ['plugin:@next/next/recommended', 'plugin:prettier/recommended'],
|
||||
parserOptions: {
|
||||
sourceType: 'module',
|
||||
ecmaVersion: 2020,
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user