Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郝肖肖
2018-01-10 16:49:13 +0800
Commit
4dc2975e1a7689bf3825ce2c8b1082a9b299ae83
1 parent
be025468
'rc'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
8 deletions
.stylelintrc
.stylelintrc
View file @
4dc2975
{
"extends"
:
"stylelint-config-yoho"
,
"processors"
:
[
"@mapbox/stylelint-processor-arbitrary-tags"
],
"rules"
:
{
"string-quotes"
:
"double"
,
"no-empty-source"
:
null
}
}
module.exports = {
extends: 'stylelint-config-yoho',
processors: [
[
'@mapbox/stylelint-processor-arbitrary-tags',
{
fileFilterRegex: [/\.vue$/]
}
]
],
rules: {
'string-quotes': 'double',
'no-empty-source': null
}
};
...
...
Please
register
or
login
to post a comment