diff --git a/package.json b/package.json index 3044ebd..9ebd699 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "scripts": { "dev": "rollup -c rollup.config.js -w", "build": "rollup -c rollup.config.js", - "lint": "eslint src test example --fix", + "lint": "eslint src test example", "test": "npm run test:unit && npm run test:types", "test:unit": "jest", "test:types": "tsc -p types/test",