Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wcastand committed Mar 29, 2017
1 parent 13927a3 commit b22ca4e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"scripts": {
"build": "babel src --out-dir lib --ignore spec.js,test.js",
"build:dev": "babel -w src --out-dir lib --ignore spec.js,test.js",
"lint": "standard 'src'",
"lint:fix": "standard 'src' --fix",
"lint": "prettier --single-quote --trailing-comma all --tabWidth 2 --bracketSpacing true --printWidth 100 --write 'src/**/*.js'",
"test": "npm run lint && npm run test:all",
"test:all": "jest",
"test:dev": "jest --watch",
Expand All @@ -40,4 +39,4 @@
"lodash": "4.17.4",
"react-docgen": "^2.13.0"
}
}
}

0 comments on commit b22ca4e

Please sign in to comment.