Undo lint config change

Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
RMidhunSuresh 2021-06-14 22:43:42 +05:30
parent 88a1e34987
commit e50b503897
1 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,6 @@ module.exports = {
"no-console": "off",
"no-empty": "off",
"no-prototype-builtins": "off",
"no-unused-vars": "warn",
"object-curly-spacing": ["warn", "never"]
"no-unused-vars": "warn"
}
};