We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 290d288 commit 5fae200Copy full SHA for 5fae200
.eslintrc
@@ -48,7 +48,6 @@
48
49
////////// Stylistic Issues //////////
50
51
- "consistent-this": 2, // enforces consistent naming when capturing the current execution context (off by default)
52
"eol-last": 2, // enforce newline at the end of file, with no multiple empty lines
53
"no-lonely-if": 2, // disallow if as the only statement in an else block (off by default)
54
"no-mixed-spaces-and-tabs": 2, // disallow mixed spaces and tabs for indentation
0 commit comments