Skip to content

Commit

Permalink
Lint example files
Browse files Browse the repository at this point in the history
Ref #581
  • Loading branch information
SpaceK33z committed Sep 3, 2016
1 parent be21827 commit 3ddf55d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion examples/modus-inline/unparseable.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
],
"scripts": {
"prepublish": "webpack ./client/live.js client/live.bundle.js --color --config client/webpack.config.js -p && webpack ./client/index.js client/index.bundle.js --color --config client/webpack.config.js -p",
"lint": "eslint bin lib test client/{index,live,webpack.config}.js",
"lint": "eslint bin lib test examples client/{index,live,webpack.config}.js",
"beautify-lint": "beautify-lint lib/**.js bin/**.js client/{index,live,webpack.config}.js",
"beautify": "beautify-rewrite lib/**.js bin/**.js client/{index,live,webpack.config}.js",
"travis": "npm run lint && npm run beautify-lint && node lib/Server.js"
Expand Down

0 comments on commit 3ddf55d

Please sign in to comment.