Sign in
canrd-outside
/
order-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
1
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
b5364fe5469a5c5f084bb80623081f0ff57663a9
Authored by
miofly
2021-11-08 09:24:00 +0800
Committed by
GitHub
2021-11-08 09:24:00 +0800
1 parent
74b0dfd5
chore:add rules (#1340)
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
.eslintrc.js
.eslintrc.js
View file @
b5364fe
@@ -74,5 +74,6 @@ module.exports = defineConfig({
@@ -74,5 +74,6 @@ module.exports = defineConfig({
74
math: 'always',
74
math: 'always',
75
},
75
},
76
],
76
],
77
+ 'vue/multi-word-component-names': 'off'
77
},
78
},
78
});
79
});