Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
toevoegen van een linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ALBERICLOOS committed Mar 1, 2024
1 parent b473c2a commit 2854fdf
Show file tree
Hide file tree
Showing 4 changed files with 1,444 additions and 10 deletions.
6 changes: 6 additions & 0 deletions frontend/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,10 @@ module.exports = {
project: ['./tsconfig.json', './tsconfig.node.json'],
tsconfigRootDir: __dirname,
},
settings: {
"react": {
"version": "detect", // React version
"flowVersion": "0.53" // Flow version
},
}
}
Loading

0 comments on commit 2854fdf

Please sign in to comment.