From 22f3f3c45758300c1d990a247432afdc0e14f1c0 Mon Sep 17 00:00:00 2001 From: simatec Date: Thu, 28 Nov 2024 10:20:20 +0100 Subject: [PATCH] (simatec) eslint-config fix --- README.md | 4 ++++ eslint.config.mjs | 2 ++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 71df751..490ef80 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,10 @@ You must enter these in the configuration of the adapter. --- ## Changelog + +### **WORK IN PROGRESS** +* (simatec) eslint-config fix + ### 0.2.5 (2024-11-27) * (simatec) Dependencies updated * (simatec) Fix jsonConfig 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',