5e574946fb
* 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>
7 lines
92 B
JavaScript
7 lines
92 B
JavaScript
/* eslint-env node */
|
|
module.exports = {
|
|
rules: {
|
|
'brace-style': 'off'
|
|
}
|
|
};
|