Ghost/ghost/admin/mirage/.eslintrc.js
renovate[bot] 5e574946fb Update dependency eslint to v7 (#1566)
* Update dependency eslint to v7

* Fixed linting errors

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Kevin Ansfield <kevin@lookingsideways.co.uk>
2020-05-17 22:53:37 +01:00

7 lines
92 B
JavaScript

/* eslint-env node */
module.exports = {
rules: {
'brace-style': 'off'
}
};