diff --git a/README.md b/README.md index 1fa3db1..c4c77cb 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,9 @@ When the adapter crashes or an other Code error happens, this error message that ## Changelog +### __WORK IN PROGRESS__ +* (simatec) eslint-config fix + ### 0.9.13 (2024-11-27) * (simatec) Dependencies updated * (simatec) small Design fix diff --git a/eslint.config.mjs b/eslint.config.mjs index b79910f..1221f34 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -8,6 +8,8 @@ export default [ { // specify files to exclude from linting here ignores: [ + '.dev-server/', + '.vscode/', '*.test.js', 'test/**/*.js', '*.config.mjs',