Skip to content

Commit 73934ef

Browse files
committed
add "no-irregular-whitespace"
1 parent 1a88d7a commit 73934ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"extends": "eslint:recommended",
1111
"rules": {
1212
"no-eval": ["error"],
13-
"no-trailing-spaces": "error"
13+
"no-trailing-spaces": "error",
14+
"no-irregular-whitespace": "off"
1415
}
1516
}

0 commit comments

Comments
 (0)