forked from mystiq/hydrogen-web
Add rule to warn on wrong formatting
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
dd9a19b7f0
commit
0c5d118bfd
1 changed files with 1 additions and 0 deletions
|
@ -13,5 +13,6 @@ module.exports = {
|
||||||
"no-empty": "off",
|
"no-empty": "off",
|
||||||
"no-prototype-builtins": "off",
|
"no-prototype-builtins": "off",
|
||||||
"no-unused-vars": "warn",
|
"no-unused-vars": "warn",
|
||||||
|
"object-curly-spacing": ["warn", "never"]
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue