We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b41fd77 commit 39d5101Copy full SHA for 39d5101
typescript.js
@@ -15,10 +15,11 @@ module.exports = {
15
],
16
rules: {
17
// Default ESlint rules to TypeScript-ESlint
18
+ '@stylistic/array-bracket-spacing': 'always',
19
'brace-style': 0,
20
'@stylistic/brace-style': 2,
21
'comma-dangle': 0,
- '@stylistic/comma-dangle': 2,
22
+ '@stylistic/comma-dangle': [ 'error', 'only-multiline' ],
23
'dot-notation': 0,
24
'@typescript-eslint/dot-notation': 2,
25
'keyword-spacing': 0,
0 commit comments