Skip to content

Commit

Permalink
Mise à jour globale
Browse files Browse the repository at this point in the history
- Met à jour les règles
- Met à jour les commentaires
- Remplace les règles stylistiques core par `@stylistic/eslint-plugin-js`
- Amélioration de la configuration du projet
  • Loading branch information
Donov4n committed Apr 10, 2024
1 parent af2ac90 commit 955cd7b
Show file tree
Hide file tree
Showing 20 changed files with 7,168 additions and 4,689 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@ charset = utf-8
indent_style = space
indent_size = 4

[lerna.json]
indent_size = 2

[*.md]
trim_trailing_whitespace = false
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "2.3.1",
"useWorkspaces": true,
"tagVersionPrefix": "",
"command": {
"version": {
"exact": true
}
}
},
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
8,401 changes: 4,560 additions & 3,841 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
],
"devDependencies": {
"@pulsanova/eslint-config-node": "file:./packages/node",
"eslint": "^8.39.0",
"lerna": "^6.6.1"
"eslint": "^8.57.0",
"lerna": "^8.1.2"
},
"engines": {
"node": ">= 14"
"node": ">= 18"
}
}
Loading

0 comments on commit 955cd7b

Please sign in to comment.