@@ -2,6 +2,7 @@
"extends": ["standard", "standard-jsx"],
"rules": {
"no-useless-escape": 0,
"prefer-const": "warn"
"prefer-const": "warn",
"no-unused-vars": "warn"
}
The note is not visible to the blocked user.