remap-keys / remap

Keymap Customization Web app for your keyboard.
https://remap-keys.app
Other
220 stars 27 forks source link

Migrate the ESLint configuration file as the Flat Config format. #843

Closed yoichiro closed 1 month ago

yoichiro commented 2 months ago

This pull request changes the ESLint configuration file format to the Flat Config format. Actually, the .eslintrc.json file was migrated to the eslintrc.mjs file automatically with the command npx @eslint/migrate-config .eslintrc.json.