Guest User

Untitled

a guest
Apr 23rd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. // using .js just for more comments
  2.  
  3. module.exports = {
  4.  
  5. "rules": {
  6.  
  7. // allow debugger during development
  8. "no-debugger": process.env.NODE_ENV === "production" ? 2 : 0
  9.  
  10. }
  11. }
Add Comment
Please, Sign In to add comment