Skip to content

Commit b164e9b

Browse files
committed
chore: update eslint npm script
1 parent 832ecbd commit b164e9b

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
@@ -7,7 +7,7 @@
77
"jsnext:main": "dist/browser-image-compression.mjs",
88
"types": "dist/browser-image-compression.d.ts",
99
"scripts": {
10-
"eslint": "eslint lib test",
10+
"eslint": "eslint lib test --fix",
1111
"build": "rollup -c --environment BUILD:production --bundleConfigAsCjs",
1212
"watch": "rollup -c -w --environment BUILD:development --bundleConfigAsCjs",
1313
"dev": "npm run watch",

0 commit comments

Comments
 (0)