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 9b3a14d commit 3c86923Copy full SHA for 3c86923
2 files changed
options.js
@@ -11,7 +11,5 @@ module.exports = {
11
tagline: 'Use JavaScript Standard Style',
12
eslintConfig: {
13
configFile: path.join(__dirname, 'rc', '.eslintrc')
14
- },
15
- formatter: require('standard-format'),
16
- formatterName: 'standard-format'
+ }
17
}
package.json
@@ -19,8 +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",
23
- "standard-format": "^1.3.3"
+ "standard-engine": "^3.0.0"
24
},
25
"devDependencies": {
26
"minimist": "^1.2.0",
0 commit comments