Skip to content

Commit 8858a9b

Browse files
committed
ts: fixup rule syntax
1 parent c638463 commit 8858a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = {
1515
],
1616
rules: {
1717
// Default ESlint rules to TypeScript-ESlint
18-
'@stylistic/array-bracket-spacing': 'always',
18+
'@stylistic/array-bracket-spacing': [ 'error', 'always' ],
1919
'brace-style': 0,
2020
'@stylistic/brace-style': 2,
2121
'comma-dangle': 0,

0 commit comments

Comments
 (0)