Skip to content

Commit

Permalink
chore: seperate eslint-fix and eslint-tinker
Browse files Browse the repository at this point in the history
  • Loading branch information
benjycui committed Jan 27, 2016
1 parent 68b51e2 commit f8fe0b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@
"srclint": "eslint components test index.js --ext '.js,.jsx'",
"mdlint": "eslint components/*/demo/*.md --ext '.md' --global 'React,ReactDOM,mountNode' --rule 'no-console: 0,eol-last: 0'",
"lesshint": "lesshint style/ -e 'style/+(core|mixins)/+(base|iconfont|normalize|layouts|compatibility|grid).less'",
"eslint-fix": "eslint --fix components test index.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md",
"eslint-fix": "eslint --fix components test index.js --ext '.js,.jsx'",
"eslint-tinker": "eslint-tinker ./components/*/demo/*.md",
"test": "npm run lint && webpack && npm run jest",
"jest": "jest",
"pub": "sh ./scripts/publish.sh",
Expand Down

0 comments on commit f8fe0b2

Please sign in to comment.