Skip to content

Commit

Permalink
(simatec) Code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
simatec committed Dec 3, 2024
1 parent 9b52589 commit d8c0e8f
Show file tree
Hide file tree
Showing 5 changed files with 332 additions and 309 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ When the adapter crashes or an other Code error happens, this error message that
<!-- ### __WORK IN PROGRESS__ -->
### __WORK IN PROGRESS__
* (simatec) eslint-config fix
* (simatec) Code fix

### 0.9.13 (2024-11-27)
* (simatec) Dependencies updated
Expand Down
16 changes: 15 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,21 @@ export default [
// you may disable some 'jsdoc' warnings - but using jsdoc is highly recommended
// as this improves maintainability. jsdoc warnings will not block buiuld process.
rules: {
// 'jsdoc/require-jsdoc': 'off',
'jsdoc/require-jsdoc': 'off',
'no-async-promise-executor': 'off',
'prettier/prettier': 'off',
'@typescript-eslint/no-unused-vars': 'off',
'curly': 'off',
'jsdoc/require-returns-description': 'off',
'no-else-return': 'off',
'@typescript-eslint/ban-ts-comment': 'off',
//'no-prototype-builtins': 'off',
//'no-case-declarations': 'off',
//'no-useless-escape': 'off',
//'jsdoc/require-param': 'off',
//'@typescript-eslint/no-require-imports': 'off',
//'jsdoc/no-types': 'off',
//'jsdoc/tag-lines': 'off',
},
},

Expand Down
Loading

0 comments on commit d8c0e8f

Please sign in to comment.