.eslintignore 108 B

1234567
  1. /.github/**
  2. /.vscode/**
  3. /node_modules/**
  4. /public/**
  5. /src/client/js/legacy/thirdparty-js/**
  6. /test/**
  7. /tmp/**