Merge pull request #1059 from lbryio/issue/977

Setup configuration files to work with Codacy
This commit is contained in:
Igor Gassmann 2018-03-01 15:30:26 -05:00 committed by GitHub
commit 1b729496c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,12 @@
"webpack": {
"config": "webpack.renderer.additions.js"
}
}
},
"prettier/prettier": ["error", {
"trailingComma": "es5",
"printWidth": 100,
"singleQuote": true
}]
},
"parser": "babel-eslint",
"env": {