We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 832ecbd commit b164e9bCopy full SHA for b164e9b
package.json
@@ -7,7 +7,7 @@
7
"jsnext:main": "dist/browser-image-compression.mjs",
8
"types": "dist/browser-image-compression.d.ts",
9
"scripts": {
10
- "eslint": "eslint lib test",
+ "eslint": "eslint lib test --fix",
11
"build": "rollup -c --environment BUILD:production --bundleConfigAsCjs",
12
"watch": "rollup -c -w --environment BUILD:development --bundleConfigAsCjs",
13
"dev": "npm run watch",
0 commit comments