mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 07:09:48 +03:00
6 lines
70 B
JavaScript
6 lines
70 B
JavaScript
|
module.exports = {
|
||
|
rules: {
|
||
|
'brace-style': 'off'
|
||
|
}
|
||
|
};
|