Fix Prettier configuration issue with Codacy

This commit is contained in:
Igor Gassmann 2018-03-01 15:16:37 -05:00
parent e0bdc56346
commit ab63f7f48d

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": {