Skip to content

Commit

Permalink
fix: fix prettier issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Delyc committed Sep 18, 2024
1 parent a5fab46 commit 6b2815b
Show file tree
Hide file tree
Showing 41 changed files with 1,775 additions and 2,763 deletions.
2 changes: 1 addition & 1 deletion .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ config:
line-length: false
no-inline-html: false
first-line-h1: false
code-block-style: false # conflicts with MkDocs Admontions: https://squidfunk.github.io/mkdocs-material/reference/admonitions/
code-block-style: false # conflicts with MkDocs Admontions: https://squidfunk.github.io/mkdocs-material/reference/admonitions/

Check warning on line 6 in .markdownlint-cli2.yaml

View workflow job for this annotation

GitHub Actions / Run yamllint

6:27 [comments] too few spaces before comment
code-fence-style:
style: backtick

Expand Down
4 changes: 2 additions & 2 deletions Website/htdocs/mpmanager/babel.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
presets: [['@babel/preset-env', {targets: {node: 'current'}}]],
}
presets: [["@babel/preset-env", { targets: { node: "current" } }]],
};
Loading

0 comments on commit 6b2815b

Please sign in to comment.