Skip to content

Commit

Permalink
!3 增加uniapp自动引入
Browse files Browse the repository at this point in the history
Merge pull request !3 from 潘潘/main
  • Loading branch information
codercup2 authored and gitee-org committed Jan 30, 2024
2 parents fec3c92 + dd0a4e9 commit 4fd2e27
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module.exports = {
'prettier',
'plugin:prettier/recommended',
'vue-global-api',
'./.eslintrc-auto-import.json',
],
overrides: [
{
Expand Down
8 changes: 8 additions & 0 deletions .prettierrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,12 @@ module.exports = {
semi: false,
trailingComma: 'all',
endOfLine: 'auto',
overrides: [
{
files: '*.json',
options: {
trailingComma: 'none',
},
},
],
}

0 comments on commit 4fd2e27

Please sign in to comment.