Skip to content

Commit

Permalink
Merge pull request #1245 from geoadmin/develop
Browse files Browse the repository at this point in the history
New Release v1.52.0 - #minor
  • Loading branch information
pakb authored Feb 17, 2025
2 parents 3021a68 + f4de6b3 commit 322ffd6
Show file tree
Hide file tree
Showing 646 changed files with 15,622 additions and 11,327 deletions.
68 changes: 0 additions & 68 deletions .eslintrc.cjs

This file was deleted.

8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ yarn-error.log*
vite.config.js.timestamp-*.mjs

# Cypress and friends
tests/cypress/downloads
tests/cypress/videos
tests/cypress/screenshots
tests/results/*
**/tests/cypress/downloads
**/tests/cypress/videos
**/tests/cypress/screenshots
**/tests/results/*

# Git
*.orig
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18
v22
28 changes: 15 additions & 13 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"printWidth": 100,
"singleQuote": true,
"semi": false,
"trailingComma": "es5",
"tabWidth": 4,
"jsxSingleQuote": false,
"plugins": ["prettier-plugin-jsdoc", "@prettier/plugin-xml"],
"overrides": [{
"files": "*.md",
"options": {
"tabWidth": 2
}
}]
"printWidth": 100,
"singleQuote": true,
"semi": false,
"trailingComma": "es5",
"tabWidth": 4,
"jsxSingleQuote": false,
"plugins": ["prettier-plugin-jsdoc", "@prettier/plugin-xml"],
"overrides": [
{
"files": "*.md",
"options": {
"tabWidth": 2
}
}
]
}
251 changes: 236 additions & 15 deletions CONTRIBUTING.md

Large diffs are not rendered by default.

Loading

0 comments on commit 322ffd6

Please sign in to comment.