Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Ondřej Bazala
PV247
Commits
5263f1f1
Commit
5263f1f1
authored
Dec 05, 2021
by
Ondrej Bazala
Browse files
Added --fix param for eslint script
parent
a39fc60d
Changes
1
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
5263f1f1
...
...
@@ -30,7 +30,7 @@
"build"
:
"react-scripts build"
,
"test"
:
"react-scripts test"
,
"eject"
:
"react-scripts eject"
,
"lint"
:
"eslint
\"
./src/**/*.{ts,tsx}
\"
&& prettier
\"
./src/**/*.{ts,tsx}
\"
--check"
"lint"
:
"eslint
\"
./src/**/*.{ts,tsx}
\"
--fix
&& prettier
\"
./src/**/*.{ts,tsx}
\"
--check"
},
"eslintConfig"
:
{
"extends"
:
"haaxor1689s-config"
...
...
Write
Preview
Markdown
is supported
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