Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yagebu committed Oct 25, 2022
1 parent 9879a83 commit 172f0f6
Show file tree
Hide file tree
Showing 4 changed files with 420 additions and 388 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ repos:
additional_dependencies:
- "[email protected]"
- "[email protected]"
- "svelte@3.51.0"
- "svelte@3.52.0"
- id: stylelint
name: stylelint
language: node
entry: stylelint --fix
files: \.(css|svelte)$
additional_dependencies:
- "stylelint@14.13.0"
- "stylelint@14.14.0"
- "[email protected]"
- "[email protected]"
- "stylelint-config-standard@28.0.0"
- "stylelint-config-standard@29.0.0"
- "[email protected]"
- id: eslint
name: eslint
Expand Down
1 change: 1 addition & 0 deletions frontend/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ module.exports = {
"@typescript-eslint/no-unsafe-assignment": OFF,
"@typescript-eslint/no-unsafe-call": OFF,
"@typescript-eslint/no-unsafe-member-access": OFF,
"@typescript-eslint/no-misused-promises": OFF,
},
},
],
Expand Down
Loading

0 comments on commit 172f0f6

Please sign in to comment.