We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d4a87 commit 3e2001dCopy full SHA for 3e2001d
2 files changed
options.js
@@ -11,5 +11,6 @@ module.exports = {
11
tagline: 'Use JavaScript Standard Style',
12
eslintConfig: {
13
configFile: path.join(__dirname, 'rc', '.eslintrc')
14
- }
+ },
15
+ formatter: 'Formatting is no longer included with standard. Install it separately: "npm install -g standard-format"'
16
}
package.json
@@ -19,7 +19,7 @@
19
"eslint-config-standard-react": "1.2.1",
20
"eslint-plugin-react": "^3.9.0",
21
"eslint-plugin-standard": "^1.3.1",
22
- "standard-engine": "^3.0.0"
+ "standard-engine": "^3.1.0"
23
},
24
"devDependencies": {
25
"babel-eslint": "^5.0.0-beta6",
0 commit comments