Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
5006f26e
Commit
5006f26e
authored
Dec 04, 2019
by
Winnie Hellmann
Committed by
Kushal Pandya
Dec 04, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable import/order ESLint rule globally
parent
811ec8fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.eslintrc.yml
.eslintrc.yml
+1
-1
package.json
package.json
+1
-1
No files found.
.eslintrc.yml
View file @
5006f26e
...
...
@@ -31,7 +31,7 @@ rules:
-
error
-
allowElseIf
:
true
import/no-useless-path-segments
:
off
import/order
:
warn
import/order
:
off
lines-between-class-members
:
off
# Disabled for now, to make the plugin-vue 4.5 -> 5.0 update smoother
vue/no-confusing-v-for-v-if
:
error
...
...
package.json
View file @
5006f26e
...
...
@@ -4,7 +4,7 @@
"check-dependencies"
:
"scripts/frontend/check_dependencies.sh"
,
"clean"
:
"rm -rf public/assets tmp/cache/*-loader"
,
"dev-server"
:
"NODE_OPTIONS=
\"
--max-old-space-size=3584
\"
nodemon -w 'config/webpack.config.js' --exec 'webpack-dev-server --config config/webpack.config.js'"
,
"eslint"
:
"eslint --max-warnings
90
0 --report-unused-disable-directives --ext .js,.vue ."
,
"eslint"
:
"eslint --max-warnings 0 --report-unused-disable-directives --ext .js,.vue ."
,
"eslint-fix"
:
"eslint --max-warnings 0 --report-unused-disable-directives --ext .js,.vue --fix ."
,
"eslint-report"
:
"eslint --max-warnings 0 --ext .js,.vue --format html --output-file ./eslint-report.html --no-inline-config ."
,
"file-coverage"
:
"scripts/frontend/file_test_coverage.js"
,
...
...
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