Skip to content

Commit

Permalink
Migrate events modules to TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
Rochmar Nicolas (DevExpress) committed Jul 24, 2024
1 parent add79e5 commit 76e8d61
Show file tree
Hide file tree
Showing 4 changed files with 230 additions and 229 deletions.
1 change: 1 addition & 0 deletions packages/devextreme/js/__internal/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ module.exports = {
'@typescript-eslint/no-unsafe-return': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/no-dynamic-delete': 'off',
}
},
// Rules for a new TS files.
Expand Down
Loading

0 comments on commit 76e8d61

Please sign in to comment.