chore: Configureer linter (ESLint)
This commit is contained in:
parent
977b49f659
commit
df2f26482c
3 changed files with 132 additions and 30 deletions
11
backend/eslint.config.ts
Normal file
11
backend/eslint.config.ts
Normal file
|
@ -0,0 +1,11 @@
|
|||
import globals from 'globals';
|
||||
import rootConfig from '../eslint.config';
|
||||
|
||||
export default [
|
||||
...rootConfig,
|
||||
{
|
||||
languageOptions: {
|
||||
globals: globals.node,
|
||||
},
|
||||
},
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue