Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
84861cea
Commit
84861cea
authored
5 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
.eslintrc.json: Remove a couple of default rules.
parent
90c5de15
2 merge requests
!31948
Examples/Floating-labels: fix bad behavior with autofill
,
!30064
test
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.eslintrc.json
+0
-8
.eslintrc.json
with
0 additions
and
8 deletions
+0
-8
.eslintrc.json
+
0
-
8
View file @
84861cea
...
...
@@ -27,18 +27,10 @@
"always-multiline"
],
"new-cap"
:
"off"
,
"no-mixed-operators"
:
"error"
,
"object-curly-spacing"
:
[
"error"
,
"always"
],
"prefer-destructuring"
:
[
"error"
,
{
"object"
:
true
,
"array"
:
false
}
],
"semi"
:
[
"error"
,
"never"
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets