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 1a2c801 commit ba63a85Copy full SHA for ba63a85
package.json
@@ -91,7 +91,7 @@
91
"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",
92
"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",
93
"lint": "npm run eslint && npm run tslint && npm run tscheck",
94
- "eslint": "eslint --ext .js ./src --fix",
+ "eslint": "eslint --ext .js ./src",
95
"tslint": "tslint -p . \"src/**/*.d.ts\"",
96
"tscheck": "tsc --noEmit",
97
"coverage": "jest --coverage --maxWorkers 2",
0 commit comments