Apply suggestions from code review of branch build/style-lint-fix-purge
Co-authored-by: Julian Stirling <julian@julianstirling.co.uk>
This commit is contained in:
parent
caf2157c04
commit
4a9693df31
2 changed files with 2 additions and 3 deletions
|
|
@ -156,7 +156,6 @@ eslint:
|
||||||
stage: analysis
|
stage: analysis
|
||||||
extends: .javascript_webapp
|
extends: .javascript_webapp
|
||||||
script:
|
script:
|
||||||
# Build JS application for production
|
|
||||||
- npm run lint
|
- npm run lint
|
||||||
- npm run lint:style
|
- npm run lint:style
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,12 +22,12 @@ export default {
|
||||||
],
|
],
|
||||||
|
|
||||||
rules: {
|
rules: {
|
||||||
// Your global rules
|
// Global rules
|
||||||
"selector-class-pattern": null,
|
"selector-class-pattern": null,
|
||||||
"no-invalid-position-at-import-rule": null,
|
"no-invalid-position-at-import-rule": null,
|
||||||
"no-empty-source": null,
|
"no-empty-source": null,
|
||||||
|
|
||||||
// Needed rgba for UIkit colot math
|
// Needed rgba for UIkit color math
|
||||||
"color-function-notation": null,
|
"color-function-notation": null,
|
||||||
"alpha-value-notation": null,
|
"alpha-value-notation": null,
|
||||||
"color-function-alias-notation": null,
|
"color-function-alias-notation": null,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue