forked from mystiq/hydrogen-web
allow empty blocks
This commit is contained in:
parent
105df9d64a
commit
b81ff4b734
1 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@ module.exports = {
|
||||||
"sourceType": "module"
|
"sourceType": "module"
|
||||||
},
|
},
|
||||||
"rules": {
|
"rules": {
|
||||||
"no-console": "off"
|
"no-console": "off",
|
||||||
|
"no-empty": "off"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue