Skip to content

Commit e19709e

Browse files
committed
Enable Prettier formatting of .css files
1 parent d3ff78b commit e19709e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
"build-pattern-lib": "yarn gulp bundle-css && yarn rollup -c rollup.config.js",
6565
"typecheck": "tsc --build src/tsconfig.json",
6666
"lint": "eslint --cache .",
67-
"checkformatting": "prettier --cache --check '**/*.{js,scss,ts,tsx,md}'",
68-
"format": "prettier --cache --list-different --write '**/*.{js,scss,ts,tsx,md}'",
67+
"checkformatting": "prettier --cache --check '**/*.{css,js,scss,ts,tsx,md}'",
68+
"format": "prettier --cache --list-different --write '**/*.{css,js,scss,ts,tsx,md}'",
6969
"test": "gulp test",
7070
"push": "yarn build && yalc push"
7171
},

0 commit comments

Comments
 (0)