Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SOFT Core
SOFT 260
Boost Board Game
Commits
c4f06ac9
Commit
c4f06ac9
authored
Aug 26, 2021
by
Brady James Garvin
Browse files
Patched globbing bugs in the CSS linting script.
parent
0d17ecc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
boost-app/package.json
View file @
c4f06ac9
...
...
@@ -9,7 +9,7 @@
"generate:game:two-player"
:
"generate-boost-game > ./src/games/twoPlayer.js"
,
"generate"
:
"run-p generate:**"
,
"prelint"
:
"run-s generate"
,
"lint:css"
:
"stylelint **/*.css
**/*.module.css"
,
"lint:css"
:
"stylelint
'
**/*.css
' '
**/*.module.css
' '!coverage/**'
"
,
"lint:js"
:
"eslint --max-warnings 0 ./src"
,
"lint"
:
"run-s --continue-on-error lint:**"
,
"pretest-once"
:
"run-s generate"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment