kou opened a new pull request, #128: URL: https://github.com/apache/arrow-js/pull/128
## What's Changed ESLint 8 reached EOL on 2024-10-05. `.eslintrc.cjs` was deprecated. So this also migrated to flat config format (`eslint.config.js`). See also how to migrate: https://eslint.org/docs/latest/use/configure/migration-guide But this `eslint.config.js` uses recommended style by typescript-eslint (`tseslint.config()`) not ESLint's one (`defineConfig()`). See also: * https://typescript-eslint.io/packages/typescript-eslint/ * https://eslint.org/docs/latest/use/configure/configuration-files This also cleans up existing rules. Some unused rules are removed and some lint errors are fixed. Closes #36. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org