Skip to content

Commit

Permalink
chore(eslint): disable auto fix
Browse files Browse the repository at this point in the history
- disable eslint autofix option
  • Loading branch information
kwonoj committed Dec 3, 2015
1 parent ed0eaf6 commit f1dc764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"build_test": "rm -rf dist/ && npm run lint && npm run build_cjs && jasmine",
"build_cover": "rm -rf dist/ && npm run lint && npm run build_cjs && npm run cover",
"build_docs": "./docgen.sh",
"lint_perf": "eslint perf/ --fix",
"lint_spec": "eslint spec/**/*.js --fix",
"lint_perf": "eslint perf/",
"lint_spec": "eslint spec/**/*.js",
"lint_src": "tslint -c .tslintrc src/*.ts src/**/*.ts src/**/**/*.ts",
"lint": "npm run lint_src && npm run lint_spec && npm run lint_perf",
"cover": "istanbul cover -x \"*-spec.js index.js *-helper.js spec/helpers/*\" ./node_modules/jasmine/bin/jasmine.js && npm run cover_remapping",
Expand Down

0 comments on commit f1dc764

Please sign in to comment.