Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
substrate-tip-bot
Commits
37372b22
Verified
Commit
37372b22
authored
Jun 28, 2022
by
Alexander
Browse files
fix linter
parent
29ed1745
Changes
1
Show whitespace changes
Inline
Side-by-side
package.json
View file @
37372b22
...
...
@@ -13,7 +13,7 @@
],
"scripts"
:
{
"typecheck"
:
"tsc --noEmit"
,
"lint"
:
"
pre-commit run --color=always --all --show-diff-on-failure
"
,
"lint"
:
"
yarn eslint --quiet '{*,**/*}.{js,ts}' && yarn prettier --check '{*,**/*}.json' && yarn typecheck
"
,
"fix:eslint"
:
"eslint --fix"
,
"fix:prettier"
:
"prettier --write"
,
"fix"
:
"yarn fix:eslint '{*,**/*}.{js,ts}' && yarn fix:prettier '{*,**/*}.json'"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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