@@ -1,11 +1,14 @@
{
"extends": "airbnb-base",
"parserOptions": {
"sourceType": "script"
"parser": "@babel/eslint-parser",
"sourceType": "script",
"ecmaVersion": 2020
},
"rules": {
"no-console": 0,
"indent": ["error", 4],
"max-len": 0
"max-len": 0,
"strict": 0
}
The note is not visible to the blocked user.