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 8a462d0 commit 22f3f3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ You must enter these in the configuration of the adapter.
---
<!-- ### **WORK IN PROGRESS** -->
## Changelog

### **WORK IN PROGRESS**
* (simatec) eslint-config fix

### 0.2.5 (2024-11-27)
* (simatec) Dependencies updated
* (simatec) Fix jsonConfig
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 22f3f3c

Please sign in to comment.