@@ -0,0 +1,17 @@
'use strict'
module.exports = {
arrowParens: 'avoid',
proseWrap: 'never',
semi: false,
singleQuote: true,
trailingComma: 'none',
overrides: [
{
files: ['*.css', '*.scss'],
options: {
singleQuote: false
}
]
The note is not visible to the blocked user.