Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Commit 05c1998

Browse files
Fix console still being turned off for react env
1 parent 59bdf7b commit 05c1998

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

environments/react/v15.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ module.exports = {
1818
rules: {
1919
'operator-linebreak': 0,
2020
'require-jsdoc': 0,
21-
// Disallow Use of console
22-
// Turned off for React apps, console is quite useful in browsers
23-
'no-console': 0,
2421
},
2522

2623
plugins: [

0 commit comments

Comments
 (0)