Skip to content

Commit 3696f0a

Browse files
committed
Prevent trailing whitespace
1 parent cfc7d2b commit 3696f0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.eslintrc.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ module.exports = {
66
parser: "@typescript-eslint/parser",
77
plugins: ["@typescript-eslint"],
88
extends: ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
9+
rules: {
10+
"no-trailing-spaces": "error",
11+
},
912
};

0 commit comments

Comments
 (0)