Skip to content

Commit c70144f

Browse files
authored
chore: Enable keyword-spacing ESLint rule (#957)
1 parent 92b0d37 commit c70144f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ module.exports = {
3636

3737
// Required checks
3838
'indent': ['error', 2],
39+
'keyword-spacing': ['error'],
3940
"object-curly-spacing": [2, "always"],
4041
'@typescript-eslint/explicit-function-return-type': [
4142
'error',

0 commit comments

Comments
 (0)