Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/BesLogic/releaf-canopeum in…
Browse files Browse the repository at this point in the history
…to Bump-eslint-config-beslogic-to-3.0.0
  • Loading branch information
Samuel-Therrien-Beslogic committed Nov 14, 2024
2 parents 51df52c + 8921051 commit a660d52
Show file tree
Hide file tree
Showing 58 changed files with 3,420 additions and 3,625 deletions.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ repos:
# "eslint-plugin-jest-formatting",
# "eslint-plugin-jest",
# "eslint-plugin-no-autofix",
# "eslint-plugin-sonarjs@2.0.3",
# "eslint-plugin-sonarjs",
# "eslint-plugin-testing-library",
# "eslint-plugin-unused-imports",
#
# pre-commit requires *explicitly* setting all dependencies, which is... annoying
# (this is to prevent inconsistent dependency ranges and promote repeatability)
Expand Down
2 changes: 2 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
"dbaeumer.vscode-eslint",
"dprint.dprint",
"meganrogge.template-string-converter",
"mrmlnc.vscode-scss",
"sibiraj-s.vscode-scss-formatter", // This can likely eventually be replaced by dprint's malva plugin
// Python/TOML
"charliermarsh.ruff",
"ms-python.mypy-type-checker",
Expand Down
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"editor.defaultFormatter": "vscode.css-language-features"
},
"[scss]": {
"editor.defaultFormatter": "vscode.css-language-features"
"editor.defaultFormatter": "sibiraj-s.vscode-scss-formatter"
},
"[postcss]": {
"editor.defaultFormatter": "vscode.css-language-features"
Expand All @@ -154,6 +154,9 @@
"less.format.spaceAroundSelectorSeparator": true,
"css.format.spaceAroundSelectorSeparator": true,
"scss.format.spaceAroundSelectorSeparator": true,
"scssFormatter.printWidth": 100,
"scssFormatter.singleQuote": true,
"scssFormatter.trailingComma": "all",

/*
* Python
Expand Down
Loading

0 comments on commit a660d52

Please sign in to comment.