@@ -7,7 +7,8 @@
"camelcase": [1, {"properties": "never"}],
"no-underscore-dangle": 0,
"no-constant-condition": 0,
"no-empty": 0
"no-empty": 0,
"new-cap": [2, { "capIsNewExceptions": ["List"] }],
},
"parser": "babel-eslint",
"globals": {
The note is not visible to the blocked user.