Skip to content

Commit

Permalink
add standard-format instructions to --format
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Feb 4, 2016
1 parent 60d4a87 commit 3e2001d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion options.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ module.exports = {
tagline: 'Use JavaScript Standard Style',
eslintConfig: {
configFile: path.join(__dirname, 'rc', '.eslintrc')
}
},
formatter: 'Formatting is no longer included with standard. Install it separately: "npm install -g standard-format"'
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"eslint-config-standard-react": "1.2.1",
"eslint-plugin-react": "^3.9.0",
"eslint-plugin-standard": "^1.3.1",
"standard-engine": "^3.0.0"
"standard-engine": "^3.1.0"
},
"devDependencies": {
"babel-eslint": "^5.0.0-beta6",
Expand Down

0 comments on commit 3e2001d

Please sign in to comment.