From ed2fe19f4ac9279be4b8ae1b80481b7ee5e5c1cd Mon Sep 17 00:00:00 2001 From: simatec Date: Thu, 28 Nov 2024 10:25:01 +0100 Subject: [PATCH] (simatec) eslint-config fix --- README.md | 3 +++ eslint.config.mjs | 2 ++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 57edc9c..4349205 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,9 @@ When the adapter crashes or an other Code error happens, this error message that ## Changelog +### __WORK IN PROGRESS__ +* (simatec) eslint-config fix + ### 0.6.4 (2024-11-24) * (simatec) json5 added * (simatec) Dependencies updated 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',