mirror of
https://github.com/danog/sass-site.git
synced 2024-11-26 12:04:40 +01:00
narrow linters
This commit is contained in:
parent
9cede5b4c5
commit
25099b41de
@ -1,9 +1,6 @@
|
||||
!.*
|
||||
.git/
|
||||
.vscode/
|
||||
.yarn/
|
||||
.yarnrc
|
||||
.yarnrc.yml
|
||||
/**/*.md
|
||||
/.language/
|
||||
/_site/
|
||||
|
@ -1,19 +1 @@
|
||||
!.*
|
||||
.git/
|
||||
.vscode/
|
||||
.yarn/
|
||||
.yarnrc
|
||||
.yarnrc.yml
|
||||
/.language/
|
||||
/_site/
|
||||
/source/_data/versionCache.json
|
||||
/source/assets/dist/
|
||||
/source/assets/js/vendor/**
|
||||
/source/assets/sass/vendor/
|
||||
/source/blog/*.md
|
||||
/source/documentation/js-api
|
||||
coverage/
|
||||
node_modules/
|
||||
package-lock.json
|
||||
|
||||
!/source/assets/js/vendor/index.ts
|
||||
|
@ -29,10 +29,10 @@
|
||||
"tsc": "tsc",
|
||||
"gts": "gts fix",
|
||||
"gts:ci": "gts lint",
|
||||
"prettier": "prettier --write .",
|
||||
"prettier:ci": "prettier --check .",
|
||||
"stylelint": "stylelint '**/*.{css,scss}' --fix",
|
||||
"stylelint:ci": "stylelint '**/*.{css,scss}'",
|
||||
"prettier": "prettier --write '**/*.{json,yml,scss}'",
|
||||
"prettier:ci": "prettier --check '**/*.{json,yml,scss}'",
|
||||
"stylelint": "stylelint 'source/assets/sass/*.{css,scss}' --fix",
|
||||
"stylelint:ci": "stylelint 'source/assets/sass/*.{css,scss}'",
|
||||
"lint": "run-s prettier gts stylelint tsc",
|
||||
"lint:ci": "run-s prettier:ci gts:ci stylelint:ci tsc",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
|
Loading…
Reference in New Issue
Block a user