Skip to content

Commit 3e2001d

Browse files
committed
add standard-format instructions to --format
1 parent 60d4a87 commit 3e2001d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

options.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ module.exports = {
1111
tagline: 'Use JavaScript Standard Style',
1212
eslintConfig: {
1313
configFile: path.join(__dirname, 'rc', '.eslintrc')
14-
}
14+
},
15+
formatter: 'Formatting is no longer included with standard. Install it separately: "npm install -g standard-format"'
1516
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"eslint-config-standard-react": "1.2.1",
2020
"eslint-plugin-react": "^3.9.0",
2121
"eslint-plugin-standard": "^1.3.1",
22-
"standard-engine": "^3.0.0"
22+
"standard-engine": "^3.1.0"
2323
},
2424
"devDependencies": {
2525
"babel-eslint": "^5.0.0-beta6",

0 commit comments

Comments
 (0)