{
  // Enforcing options, without name - set to false to ignore violations
  "-W030": false, // 'Expected an assignment or function call and instead saw an expression.'
  "-W058": false, // 'Missing '()' invoking a constructor.'

  "loopfunc": true,

  // Environments - set to true to allow environment variables
  "browser": true,
  "node": true,
  "esnext": true
}
