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 18b4b7a commit 77fc5b2
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 @@ -46,6 +46,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

### 1.8.5 (2024-11-27)
* (simatec) Bugfix Brightness down
* (simatec) eslint-config added
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 77fc5b2

Please sign in to comment.