Switch to the flat config

eslint 8 already supports both formats, and will start defaulting to the new one in 9.

https://eslint.org/blog/2022/08/new-config-system-part-2/
This commit is contained in:
Manav Rathi 2024-02-16 12:36:04 +05:30
parent 378946a6e9
commit d0155d1fc2

View file

@ -1,3 +1 @@
module.exports = {
extends: ["eslint:recommended"],
};
export default ["eslint:recommended"];