Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yudao-admin-ui
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
licheng
yudao-admin-ui
Commits
4b9f81e6
Commit
4b9f81e6
authored
Jun 25, 2025
by
licheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 关闭eslint的组件attribute必须在首行配置
parent
c42f901e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
.eslintrc.js
.eslintrc.js
+2
-1
No files found.
.eslintrc.js
View file @
4b9f81e6
...
@@ -70,6 +70,7 @@ module.exports = defineConfig({
...
@@ -70,6 +70,7 @@ module.exports = defineConfig({
'vue/no-v-html'
:
'off'
,
'vue/no-v-html'
:
'off'
,
'prettier/prettier'
:
'off'
,
// 芋艿:默认关闭 prettier 的 ESLint 校验,因为我们使用的是 IDE 的 Prettier 插件
'prettier/prettier'
:
'off'
,
// 芋艿:默认关闭 prettier 的 ESLint 校验,因为我们使用的是 IDE 的 Prettier 插件
'@unocss/order'
:
'off'
,
// 芋艿:禁用 unocss 【css】顺序的提示,因为暂时不需要这么严格,警告也有点繁琐
'@unocss/order'
:
'off'
,
// 芋艿:禁用 unocss 【css】顺序的提示,因为暂时不需要这么严格,警告也有点繁琐
'@unocss/order-attributify'
:
'off'
// 芋艿:禁用 unocss 【属性】顺序的提示,因为暂时不需要这么严格,警告也有点繁琐
'@unocss/order-attributify'
:
'off'
,
// 芋艿:禁用 unocss 【属性】顺序的提示,因为暂时不需要这么严格,警告也有点繁琐
"vue/first-attribute-linebreak"
:
'off'
// licheng: 关闭组件attribute必须在首行
}
}
})
})
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment