Switch to a flat config

This commit is contained in:
Manav Rathi 2024-02-16 11:38:58 +05:30
parent ba12c9c0c7
commit 378946a6e9
2 changed files with 3 additions and 1 deletions

View file

@ -1 +0,0 @@
module.exports = {};

View file

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