Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
scc-net
netvs
netvs-core
Commits
e2e8f5f1
Commit
e2e8f5f1
authored
Oct 07, 2020
by
janis.streib
🦉
Browse files
UPD: more editorconfig, less enforced style rules
parent
bcca8478
Changes
2
Hide whitespace changes
Inline
Side-by-side
frontend/.editorconfig
View file @
e2e8f5f1
...
...
@@ -3,4 +3,11 @@ indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true
ij_coffeescript_space_before_function_left_parenth = true
ij_javascript_space_before_function_left_parenth = true
ij_javascript_use_double_quotes = false
ij_less_use_double_quotes = true
ij_any_space_before_do_left_brace = true
ij_any_spaces_within_braces = true
ij_javascript_use_semicolon_after_statement = false
ij_javascript_force_semicolon_style = true
ij_javascript_spaces_within_object_literal_braces = true
frontend/package.json
View file @
e2e8f5f1
...
...
@@ -69,7 +69,9 @@
"@vue/standard"
],
"rules"
:
{
"camelcase"
:
"off"
"camelcase"
:
"off"
,
"space-before-function-paren"
:
"off"
,
"object-curly-spacing"
:
"off"
},
"parserOptions"
:
{
"parser"
:
"babel-eslint"
...
...
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