Merge remote-tracking branch 'upstream/master' into qa-add-more-key-tests
* upstream/master: (36 commits) Change language to be more inclusive of those with accessibility requirements Show group id in group settings Cleanup after adding MR diff's commit_count (try 2) Mock Pager in Karma tests Backport dev env check for storage settings deprecation Do not preload settings Update import on actions file to fix conflict when rewire plugin was added Broken link fix Make /copy_metadata only handle the first issuable passed Allow admins to push to empty repos Only show push-to-master authorized users Add documentation about resetting the runner registration token Document externally hosted LFS objects Align project avatar on small viewports fix CI BABEL_ENV variable document the spyOnDependency method disable sourcemaps when generating coverage report to avoid out-of-memory errors only apply rewire plugin when running karma tests fix illegal references to "this" in module context add default exports to prevent rewire plugin from breaking vuex ...
Showing
app/views/projects/forks/new.html.haml
100644 → 100755
... | ... | @@ -5,9 +5,9 @@ |
"eslint": "eslint --max-warnings 0 --ext .js,.vue .", | ||
"eslint-fix": "eslint --max-warnings 0 --ext .js,.vue --fix .", | ||
"eslint-report": "eslint --max-warnings 0 --ext .js,.vue --format html --output-file ./eslint-report.html .", | ||
"karma": "karma start --single-run true config/karma.config.js", | ||
"karma": "BABEL_ENV=${BABEL_ENV:=karma} karma start --single-run true config/karma.config.js", | ||
"karma-coverage": "BABEL_ENV=coverage karma start --single-run true config/karma.config.js", | ||
"karma-start": "karma start config/karma.config.js", | ||
"karma-start": "BABEL_ENV=karma karma start config/karma.config.js", | ||
"prettier-staged": "node ./scripts/frontend/prettier.js", | ||
"prettier-staged-save": "node ./scripts/frontend/prettier.js save", | ||
"prettier-all": "node ./scripts/frontend/prettier.js check-all", | ||
... | ... | @@ -99,6 +99,9 @@ |
"axios-mock-adapter": "^1.10.0", | ||
"babel-eslint": "^8.0.2", | ||
"babel-plugin-istanbul": "^4.1.5", | ||
"babel-plugin-rewire": "^1.1.0", | ||
"babel-template": "^6.26.0", | ||
"babel-types": "^6.26.0", | ||
"commander": "^2.15.1", | ||
"eslint": "^3.18.0", | ||
"eslint-config-airbnb-base": "^10.0.1", | ||
... | ... |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment