We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc7d2b commit 3696f0aCopy full SHA for 3696f0a
.eslintrc.js
@@ -6,4 +6,7 @@ module.exports = {
6
parser: "@typescript-eslint/parser",
7
plugins: ["@typescript-eslint"],
8
extends: ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
9
+ rules: {
10
+ "no-trailing-spaces": "error",
11
+ },
12
};
0 commit comments