Skip to content

Commit ba63a85

Browse files
committed
chore: remove fix
1 parent 1a2c801 commit ba63a85

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
@@ -91,7 +91,7 @@
9191
"build-flow": "echo `$1` && find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo ./${COPY_TO_FOLDER:-lib}$filepath | sed 's/.\\/src\\//\\//g'`.flow; done",
9292
"build-dts": "echo `$1` && find ./src -name '*d.ts' -not -path '*/__*' | while read filepath; do cp $filepath `echo ./${COPY_TO_FOLDER:-lib}$filepath | sed 's/.\\/src\\//\\//g'`; done",
9393
"lint": "npm run eslint && npm run tslint && npm run tscheck",
94-
"eslint": "eslint --ext .js ./src --fix",
94+
"eslint": "eslint --ext .js ./src",
9595
"tslint": "tslint -p . \"src/**/*.d.ts\"",
9696
"tscheck": "tsc --noEmit",
9797
"coverage": "jest --coverage --maxWorkers 2",

0 commit comments

Comments
 (0)