Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Disable console in production. #141

Open
todo bot opened this issue Dec 5, 2019 · 0 comments
Open

Disable console in production. #141

todo bot opened this issue Dec 5, 2019 · 0 comments
Assignees
Labels
todo 🗒️ Something was left undone!

Comments

@todo
Copy link

todo bot commented Dec 5, 2019

earthdawn/.eslintrc.js

Lines 8 to 13 in a6ded17

// TODO: Disable console in production.
// "no-console": process.env.NODE_ENV === "production" ? "error" : "off",
"no-console": "off",
"no-debugger": process.env.NODE_ENV === "production" ? "error" : "off",
},
parserOptions: {


This issue was generated by todo based on a TODO comment in a6ded17 when #140 was merged. cc @thislooksfun.
@todo todo bot added the todo 🗒️ Something was left undone! label Dec 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
todo 🗒️ Something was left undone!
Projects
None yet
Development

No branches or pull requests

1 participant