Add rule to warn on wrong formatting

Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
RMidhunSuresh 2021-06-07 15:30:50 +05:30
parent dd9a19b7f0
commit 0c5d118bfd
1 changed files with 1 additions and 0 deletions

View File

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