@@ -9,5 +9,16 @@
"parserOptions": {
"ecmaVersion": 12
},
"rules": {}
"rules": {
"semi": [
"error",
"always"
],
"eqeqeq": "off",
"curly": "error",
"quotes": [
"single"
]
}
The note is not visible to the blocked user.