mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-11 15:10:48 +02:00
Add *.css files to prettier scripts and apply the script to the current css files
GitOrigin-RevId: 6ee4e9d7ada9d4e6084215c78f919c83f3f60642
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
"webpack:profile": "webpack --config webpack.config.prod.js --profile --json > stats.json",
|
||||
"format": "prettier --list-different $PWD/'**/*.{js,jsx,mjs,ts,tsx,json}'",
|
||||
"format:fix": "prettier --write $PWD/'**/*.{js,jsx,mjs,ts,tsx,json}'",
|
||||
"format:styles": "prettier --list-different $PWD/'**/*.less'",
|
||||
"format:styles:fix": "prettier --write $PWD/'**/*.less'",
|
||||
"format:styles": "prettier --list-different $PWD/'**/*.{css,less}'",
|
||||
"format:styles:fix": "prettier --write $PWD/'**/*.{css,less}'",
|
||||
"lint": "eslint --max-warnings 0 --format unix --ext .js,.jsx,.mjs,.ts,.tsx .",
|
||||
"lint:fix": "eslint --fix --ext .js,.jsx,.mjs,.ts,.tsx .",
|
||||
"type-check": "tsc --noEmit",
|
||||
|
||||
Reference in New Issue
Block a user