Skip to content

Commit

Permalink
fix: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamensuli committed Dec 20, 2023
1 parent 3aee4cd commit 0011cee
Show file tree
Hide file tree
Showing 19 changed files with 572 additions and 535 deletions.
16 changes: 16 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module.exports = {
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint'],
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/eslint-recommended',
'plugin:@typescript-eslint/recommended',
],
parserOptions: {
ecmaVersion: 2020,
sourceType: 'module',
},
rules: {
// Ajoutez vos règles personnalisées ici
},
};
Loading

0 comments on commit 0011cee

Please sign in to comment.