580c3f4ff
f132436af
1 2 3
4
5 6
7 8
9
'use strict' module.exports = { arrowParens: 'avoid', proseWrap: 'always', semi: false, singleQuote: true, trailingComma: 'none' }