mirror of
https://codeberg.org/emersion/gamja.git
synced 2025-04-21 10:00:52 -04:00
Enable @stylistic/js/object-curly-newline lint
This commit is contained in:
parent
614ed5c895
commit
39a2bc4a3d
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,10 @@ export default [
|
|||
"@stylistic/js/comma-dangle": ["warn", "always-multiline"],
|
||||
"@stylistic/js/arrow-parens": "warn",
|
||||
"@stylistic/js/object-curly-spacing": ["warn", "always"],
|
||||
"@stylistic/js/object-curly-newline": ["warn", {
|
||||
multiline: true,
|
||||
consistent: true,
|
||||
}],
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue