ttsukagoshi / csv2gsheets

CLI tool to convert local CSV files into Google Sheets files in a designated Google Drive folder. Users can choose whether to update an existing Sheets file, or create a new one.
https://www.npmjs.com/package/csv2gsheets
MIT License
5 stars 0 forks source link

ESLint v9 migration #191

Open ttsukagoshi opened 3 months ago

ttsukagoshi commented 3 months ago

See:

ttsukagoshi commented 3 months ago

This will be a major version update since it requires changes to the ESLint configuration file eslintrc and Node.js requirements in package.json

ttsukagoshi commented 3 months ago

Migration will move forward once the public version of typescript-eslint v8, with full support for eslint v9, is released.