Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Felix Foertsch
Luca Web
Commits
3e12364d
Unverified
Commit
3e12364d
authored
Oct 27, 2021
by
Felix Förtsch
Browse files
remove linting
parent
1598b7b3
Changes
6
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
3e12364d
...
...
@@ -22,22 +22,22 @@
},
"lint-staged"
:
{
"services/backend/**/*.{js,jsx}"
:
[
"
npm run --silent lint:backend
"
""
],
"services/contact-form/**/*.{js,jsx}"
:
[
"
npm run --silent lint:contact-form
"
""
],
"services/health-department/**/*.{js,jsx}"
:
[
"
npm run --silent lint:health-department
"
""
],
"services/locations/**/*.{js,jsx}"
:
[
"
npm run --silent lint:locations
"
""
],
"services/scanner/**/*.{js,jsx}"
:
[
"
npm run --silent lint:scanner
"
""
],
"services/webapp/**/*.{js,jsx}"
:
[
"
npm run --silent lint:webapp
"
""
]
},
"devDependencies"
:
{
...
...
services/contact-form/package.json
View file @
3e12364d
...
...
@@ -8,7 +8,7 @@
"node"
:
">=14.0.0 <15.0.0"
},
"scripts"
:
{
"start"
:
"EXTEND_ESLINT=
tru
e craco start"
,
"start"
:
"EXTEND_ESLINT=
fals
e craco start"
,
"build"
:
"GENERATE_SOURCEMAP=false craco build"
,
"lint"
:
"yarn eslint && yarn stylelint"
,
"eslint"
:
"eslint src"
,
...
...
services/health-department/package.json
View file @
3e12364d
...
...
@@ -8,7 +8,7 @@
"node"
:
">=14.13.1 <15.0.0"
},
"scripts"
:
{
"start"
:
"EXTEND_ESLINT=
tru
e craco start"
,
"start"
:
"EXTEND_ESLINT=
fals
e craco start"
,
"build"
:
"GENERATE_SOURCEMAP=false craco build"
,
"lint"
:
"yarn eslint && yarn stylelint"
,
"eslint"
:
"eslint src"
,
...
...
services/locations/package.json
View file @
3e12364d
...
...
@@ -8,7 +8,7 @@
"node"
:
">=14.0.0 <15.0.0"
},
"scripts"
:
{
"start"
:
"EXTEND_ESLINT=
tru
e craco start"
,
"start"
:
"EXTEND_ESLINT=
fals
e craco start"
,
"build"
:
"GENERATE_SOURCEMAP=false craco build"
,
"lint"
:
"yarn eslint && yarn stylelint"
,
"eslint"
:
"eslint src"
,
...
...
services/scanner/package.json
View file @
3e12364d
...
...
@@ -8,7 +8,7 @@
"node"
:
">=14.0.0 <15.0.0"
},
"scripts"
:
{
"start"
:
"EXTEND_ESLINT=
tru
e craco start"
,
"start"
:
"EXTEND_ESLINT=
fals
e craco start"
,
"build"
:
"GENERATE_SOURCEMAP=false craco build"
,
"lint"
:
"yarn eslint && yarn stylelint"
,
"eslint"
:
"eslint src"
,
...
...
services/webapp/package.json
View file @
3e12364d
...
...
@@ -8,7 +8,7 @@
"node"
:
">=14.13.1 <15.0.0"
},
"scripts"
:
{
"start"
:
"EXTEND_ESLINT=
tru
e craco start"
,
"start"
:
"EXTEND_ESLINT=
fals
e craco start"
,
"build"
:
"GENERATE_SOURCEMAP=false craco build"
,
"lint"
:
"yarn eslint && yarn stylelint"
,
"eslint"
:
"eslint src"
,
...
...
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