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
|
||||
extends: .javascript_webapp
|
||||
script:
|
||||
# Build JS application for production
|
||||
- npm run lint
|
||||
- npm run lint:style
|
||||
|
||||
|
|
|
|||
|
|
@ -22,12 +22,12 @@ export default {
|
|||
],
|
||||
|
||||
rules: {
|
||||
// Your global rules
|
||||
// Global rules
|
||||
"selector-class-pattern": null,
|
||||
"no-invalid-position-at-import-rule": null,
|
||||
"no-empty-source": null,
|
||||
|
||||
// Needed rgba for UIkit colot math
|
||||
// Needed rgba for UIkit color math
|
||||
"color-function-notation": null,
|
||||
"alpha-value-notation": null,
|
||||
"color-function-alias-notation": null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue