Skip to content

Commit 5fae200

Browse files
committedJan 3, 2016
Disable consistent-this because of Babel transpiling
1 parent 290d288 commit 5fae200

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎.eslintrc

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848

4949
////////// Stylistic Issues //////////
5050

51-
"consistent-this": 2, // enforces consistent naming when capturing the current execution context (off by default)
5251
"eol-last": 2, // enforce newline at the end of file, with no multiple empty lines
5352
"no-lonely-if": 2, // disallow if as the only statement in an else block (off by default)
5453
"no-mixed-spaces-and-tabs": 2, // disallow mixed spaces and tabs for indentation

0 commit comments

Comments
 (0)