feat: scaffold astro publishing pipeline
This commit is contained in:
+4
-14
@@ -1,16 +1,6 @@
|
||||
{
|
||||
"*.{js,mjs,ts,astro}": [
|
||||
"prettier --write",
|
||||
"eslint --fix --max-warnings=0"
|
||||
],
|
||||
"*.css": [
|
||||
"prettier --write",
|
||||
"stylelint --fix --max-warnings=0"
|
||||
],
|
||||
"*.{astro,css}": [
|
||||
"node .agents/scripts/check-tokens.mjs"
|
||||
],
|
||||
"*.{json,md,yml,yaml}": [
|
||||
"prettier --write"
|
||||
]
|
||||
"*.{js,mjs,ts,astro}": ["prettier --write", "eslint --fix --max-warnings=0 --no-warn-ignored"],
|
||||
"*.css": ["prettier --write", "stylelint --fix --max-warnings=0"],
|
||||
"src/**/*.{astro,css}": ["node .agents/scripts/check-tokens.mjs"],
|
||||
"*.{json,md,yml,yaml}": ["prettier --write"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user