Skip to content

Commit 3c86923

Browse files
mafintoshfeross
authored andcommitted
remove standard-format. fixes #340
1 parent 9b3a14d commit 3c86923

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

options.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,5 @@ module.exports = {
1111
tagline: 'Use JavaScript Standard Style',
1212
eslintConfig: {
1313
configFile: path.join(__dirname, 'rc', '.eslintrc')
14-
},
15-
formatter: require('standard-format'),
16-
formatterName: 'standard-format'
14+
}
1715
}

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +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",
23-
"standard-format": "^1.3.3"
22+
"standard-engine": "^3.0.0"
2423
},
2524
"devDependencies": {
2625
"minimist": "^1.2.0",

0 commit comments

Comments
 (0)