Skip to content

Commit

Permalink
set env to jest; remove tagline
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwang committed Jan 8, 2019
1 parent 5873e4e commit 20730b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"react",
"prettier"
],
"env": ["jest"],
"rules": {
"prefer-const": ["error", {
"destructuring": "all"
Expand Down
5 changes: 2 additions & 3 deletions options.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ var path = require('path')
var pkg = require('./package.json')

module.exports = {
version: pkg.version,
cmd: 'bro',
version: pkg.version,
homepage: pkg.homepage,
eslint: eslint,
eslintConfig: {
configFile: path.join(__dirname, 'eslintrc.json')
},
tagline: 'A bro will lint and prettify your code'
}
}

0 comments on commit 20730b3

Please sign in to comment.