Skip to content

Commit

Permalink
(simatec) eslint-config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
simatec committed Nov 28, 2024
1 parent 3a4b16d commit 9b52589
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ When the adapter crashes or an other Code error happens, this error message that

## Changelog
<!-- ### __WORK IN PROGRESS__ -->
### __WORK IN PROGRESS__
* (simatec) eslint-config fix

### 0.9.13 (2024-11-27)
* (simatec) Dependencies updated
* (simatec) small Design fix
Expand Down
2 changes: 2 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ export default [
{
// specify files to exclude from linting here
ignores: [
'.dev-server/',
'.vscode/',
'*.test.js',
'test/**/*.js',
'*.config.mjs',
Expand Down

0 comments on commit 9b52589

Please sign in to comment.