forked from mystiq/hydrogen-web
Undo lint config change
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
88a1e34987
commit
e50b503897
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue