Switch to a flat config
This commit is contained in:
parent
ba12c9c0c7
commit
378946a6e9
2 changed files with 3 additions and 1 deletions
|
@ -1 +0,0 @@
|
|||
module.exports = {};
|
3
packages/utils/eslint.config.js
Normal file
3
packages/utils/eslint.config.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
module.exports = {
|
||||
extends: ["eslint:recommended"],
|
||||
};
|
Loading…
Add table
Reference in a new issue