Skip to content

Commit

Permalink
chore(style): Removes jsbeautify
Browse files Browse the repository at this point in the history
  - Removes jsbeautify
  - Removes jsbueatify npm scripts
  - Updates contributing.md
  • Loading branch information
joshwiens committed Jul 26, 2016
1 parent 24628dc commit f6ac783
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 31 deletions.
25 changes: 0 additions & 25 deletions .jsbeautifyrc

This file was deleted.

2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ your pull request should be accepted quickly.
Some things that will increase the chance that your pull request is accepted:

* Write tests
* Follow the existing Webpack coding style defined in the eslint jsbeutify and editor config rules.
* Follow the existing Webpack coding style defined in the eslint and editor config rules.
* Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,16 @@
"webpack-dev-middleware": "^1.0.11"
},
"devDependencies": {
"beautify-lint": "^1.0.4",
"coffee-loader": "~0.7.2",
"eslint": "^3.1.1",
"jsbeautify": "^0.3.6",
"karma": ">=0.13.2 < 1",
"karma-chrome-launcher": "~0.1.5",
"karma-mocha": "~0.1.9",
"karma-spec-reporter": "~0.0.16"
},
"scripts": {
"pretest": "npm run lint && npm run beautify-lint",
"lint": "eslint example index.js mocha-env-loader.js",
"beautify-lint": "beautify-lint *.js"
"pretest": "npm run lint",
"lint": "eslint example index.js mocha-env-loader.js"
},
"license": "MIT",
"homepage": "http://github.com/webpack/karma-webpack",
Expand Down

0 comments on commit f6ac783

Please sign in to comment.