Skip to content

Commit fdeb012

Browse files
committed
update format script
1 parent 9686f2a commit fdeb012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"build:bundle": "rollup -c rollup.config.mjs",
112112
"build": "npm run build:dts && npm run build:bundle",
113113
"check:lint": "ESLINT_USE_FLAT_CONFIG=false eslint -v && ESLINT_USE_FLAT_CONFIG=false eslint --ext '.js,.ts' --max-warnings=0 src test && npm run build:dts && npm run check:tsd",
114-
"format": "eslint --ext '.js,.ts' src test --fix",
114+
"format": "ESLINT_USE_FLAT_CONFIG=false eslint --ext '.js,.ts' src test --fix",
115115
"check:coverage": "nyc --check-coverage npm run check:node",
116116
"prepare": "node etc/prepare.js",
117117
"release": "standard-version -i HISTORY.md"

0 commit comments

Comments
 (0)