Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郝肖肖
8 years ago
Commit
199f3ff171f89974428b4ac6a23bfe5e67fdb127
1 parent
534e3a0b
css win 代码检查
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lint-all.js
lint-all.js
View file @
199f3ff
...
...
@@ -17,5 +17,5 @@ jsfiles.forEach(function(filepath) {
cssfiles
.
forEach
(
function
(
filepath
)
{
console
.
log
(
`
CSS
$
{
filepath
}
检查结果:`
);
shelljs
.
exec
(
`
$
{
lintPath
.
css
}
$
{
ext
}
--
syntax
scss
--
config
.
stylelintrc
--
custom
-
formatter
.
/
node_modules
/
stylelint
-
formatter
-
table
/
index
.
js
'${filepath}'
`
);
// eslint-disable-line
shelljs
.
exec
(
`
$
{
lintPath
.
css
}
$
{
ext
}
--
syntax
scss
--
config
.
stylelintrc
--
custom
-
formatter
.
/
node_modules
/
stylelint
-
formatter
-
table
/
index
.
js
"${filepath}"
`
);
// eslint-disable-line
});
...
...
Please
register
or
login
to post a comment