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
4f0c6fbcc7e2e9bc57190b0855f517c971767b6a
Authored by
Vben
2021-04-19 23:35:50 +0800
1 parent
8c2491fc
chore: update stylelint
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
stylelint.config.js
stylelint.config.js
View file @
4f0c6fb
...
...
@@ -9,6 +9,12 @@ module.exports = {
9
9
ignorePseudoClasses: ['global'],
10
10
},
11
11
],
12
+ 'selector-pseudo-element-no-unknown': [
13
+ true,
14
+ {
15
+ ignorePseudoElements: ['v-deep'],
16
+ },
17
+ ],
12
18
'at-rule-no-unknown': [
13
19
true,
14
20
{
...
...