@@ -0,0 +1,24 @@
{
"extends": [
"airbnb",
"prettier"
],
"env": {
"es6": true,
"node": true,
"jest": true
},
"rules": {
"prettier/prettier": [
"error",
"trailingComma": "none",
"singleQuote": true,
"printWidth": 120
}
]
"plugins": [
The note is not visible to the blocked user.