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
GGCE
GGCE Web
Commits
78a854d2
Commit
78a854d2
authored
May 20, 2022
by
Matija Obreza
Browse files
Lint: Require single quotes
parent
a1579b87
Changes
1
Hide whitespace changes
Inline
Side-by-side
.eslintrc.json
View file @
78a854d2
...
...
@@ -38,7 +38,7 @@
},
"rules"
:
{
"no-useless-escape"
:
"warn"
,
"quotes"
:
[
"
warn
"
,
"single"
],
"quotes"
:
[
"
error
"
,
"single"
],
"@typescript-eslint/no-var-requires"
:
"warn"
,
"no-empty-pattern"
:
"warn"
,
"react/display-name"
:
"warn"
,
...
...
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