diff --git a/README.md b/README.md index 2870080..3bb8c24 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,8 @@ create ou alter `.vscode/settings.json`. "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" }, + + // eslint >= 8.56.0 and < 9 add line on VSCode "eslint.experimental.useFlatConfig": true } ``` diff --git a/package.json b/package.json index 1a0d109..b8a452a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@brainylab/eslint-config", - "version": "2.3.4", + "version": "2.3.5", "license": "MIT", "type": "module", "author": {