Skip to content

Commit

Permalink
Merge branch 'next' into fix/float-precisions
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Dec 21, 2023
2 parents 58bdcff + c209030 commit 8042952
Show file tree
Hide file tree
Showing 3 changed files with 249 additions and 292 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ module.exports = defineConfig({
eqeqeq: ['error', 'always', { null: 'ignore' }],
'no-else-return': 'error',
'no-restricted-globals': ['error', 'Intl'],
'prefer-exponentiation-operator': 'error',
'prefer-template': 'error',

'unicorn/no-nested-ternary': 'off', // incompatible with prettier
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@eslint-types/typescript-eslint": "~6.12.0",
"@eslint-types/unicorn": "~49.0.0",
"@types/markdown-it": "~13.0.7",
"@types/node": "~20.10.4",
"@types/node": "~20.10.5",
"@types/sanitize-html": "~2.9.5",
"@types/semver": "~7.5.6",
"@types/validator": "~13.11.7",
Expand All @@ -106,16 +106,16 @@
"@vueuse/core": "~10.7.0",
"conventional-changelog-cli": "~4.1.0",
"cypress": "~13.6.1",
"esbuild": "~0.19.9",
"eslint": "~8.55.0",
"esbuild": "~0.19.10",
"eslint": "~8.56.0",
"eslint-config-prettier": "~9.1.0",
"eslint-define-config": "~2.0.0",
"eslint-gitignore": "~0.1.0",
"eslint-plugin-deprecation": "~2.0.0",
"eslint-plugin-jsdoc": "~46.9.0",
"eslint-plugin-prettier": "~5.0.1",
"eslint-plugin-jsdoc": "~46.9.1",
"eslint-plugin-prettier": "~5.1.0",
"eslint-plugin-unicorn": "~49.0.0",
"eslint-plugin-vitest": "~0.3.15",
"eslint-plugin-vitest": "~0.3.18",
"glob": "~10.3.10",
"npm-run-all": "~4.1.5",
"prettier": "3.1.1",
Expand All @@ -131,7 +131,7 @@
"vite": "~4.5.1",
"vitepress": "1.0.0-beta.7",
"vitest": "~0.34.6",
"vue": "~3.3.11"
"vue": "~3.3.13"
},
"packageManager": "pnpm@8.5.1",
"engines": {
Expand Down
Loading

0 comments on commit 8042952

Please sign in to comment.