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:
parent
378946a6e9
commit
d0155d1fc2
1 changed files with 1 additions and 3 deletions
|
@ -1,3 +1 @@
|
|||
module.exports = {
|
||||
extends: ["eslint:recommended"],
|
||||
};
|
||||
export default ["eslint:recommended"];
|
||||
|
|
Loading…
Add table
Reference in a new issue