@@ -2,8 +2,11 @@
"extends": "@twipped/eslint-config/node-cjs",
"rules": {
"node/no-unpublished-require": 0,
"indent": [ 2, 2, {
"MemberExpression": 1
} ]
"indent": [ 2, 2,
{
}
],
"no-unused-vars": "off"
The note is not visible to the blocked user.