aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/templates/assets/javascripts/integrations/search/worker/main/.eslintrc
blob: 3df9d55167d243dc98435fec16d84912a5b90dfc (plain) (blame)
1
2
3
4
5
6
{
  "rules": {
    "no-console": "off",
    "@typescript-eslint/no-misused-promises": "off"
  }
}