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
fab3a461
Commit
fab3a461
authored
Dec 20, 2019
by
Mike Greiling
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'winh-eslint-cache' into 'master'
Enable caching for ESLint See merge request gitlab-org/gitlab!22114
parents
b4bc10a6
e9dd7623
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.gitignore
.gitignore
+1
-0
package.json
package.json
+2
-2
No files found.
.gitignore
View file @
fab3a461
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
.bundle
.bundle
.chef
.chef
.directory
.directory
.eslintcache
/.envrc
/.envrc
eslint-report.html
eslint-report.html
/.gitlab_shell_secret
/.gitlab_shell_secret
...
...
package.json
View file @
fab3a461
...
@@ -4,8 +4,8 @@
...
@@ -4,8 +4,8 @@
"check-dependencies"
:
"scripts/frontend/check_dependencies.sh"
,
"check-dependencies"
:
"scripts/frontend/check_dependencies.sh"
,
"clean"
:
"rm -rf public/assets tmp/cache/*-loader"
,
"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'"
,
"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 0 --report-unused-disable-directives --ext .js,.vue ."
,
"eslint"
:
"eslint --
cache --
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-fix"
:
"eslint --
cache --
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 ."
,
"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"
,
"file-coverage"
:
"scripts/frontend/file_test_coverage.js"
,
"prejest"
:
"yarn check-dependencies"
,
"prejest"
:
"yarn check-dependencies"
,
...
...
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