1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/roncoocom-roncoo-education-web

Клонировать/Скачать
.eslintrc.cjs 710
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
fengyw Отправлено 26.05.2024 17:29 724bdb4
module.exports = {
root: true,
env: {
browser: true,
es2021: true,
node: true
},
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module'
},
extends: [
'@nuxt/eslint-config',
'plugin:vue/vue3-recommended',
'plugin:prettier/recommended',
'prettier' // eslint-config-prettier 的缩写
],
plugins: [
'vue', // eslint-plugin-vue
'prettier' // eslint-plugin-prettier的缩写
],
globals: {
useNuxtApp: true,
navigateTo: true,
defineNuxtPlugin: true,
defineNuxtRouteMiddleware: true
},
rules: {
'space-before-function-paren': 0,
'vue/no-multiple-template-root': 'off',
'vue/multi-word-component-names': 'off'
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/roncoocom-roncoo-education-web.git
git@api.gitlife.ru:oschina-mirror/roncoocom-roncoo-education-web.git
oschina-mirror
roncoocom-roncoo-education-web
roncoocom-roncoo-education-web
master