Skip to content
Snippets Groups Projects
Commit ac8da78e authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

disable empty functions

parent 47fbb350
Branches
No related tags found
1 merge request!113chore(deps): update typescript-eslint monorepo to v6 (major)
Pipeline #72582 passed
......@@ -33,6 +33,8 @@ module.exports = {
'@typescript-eslint/prefer-as-const': 'error',
'@typescript-eslint/await-thenable': 'error',
'@typescript-eslint/no-var-requires': 'off',
'@typescript-eslint/no-empty-function': 'off', // fixes a build error
},
},
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment