UNPKG

@kinvolk/eslint-config

Version:

Lint rules for all Kinvolk's Js/Ts projects

8 lines (6 loc) 101 B
module.exports = { arrowParens: 'avoid', singleQuote: true, semi: true, printWidth: 100, };