main
/* eslint-disable no-undef */ module.exports = { semi: true, trailingComma: 'all', singleQuote: true, printWidth: 100, tabWidth: 2, endOfLine: 'lf', arrowParens: 'always', bracketSpacing: true, };