score:2

Accepted answer

found a workaround:

.eslintrc

{
  "globals": {
    "helmet": true
  },
}

Related Query

More Query from same tag