Skip to content

Commit

Permalink
Merge branch 'next' into infra/unicorn/no-hex-escape
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Oct 9, 2023
2 parents f071027 + 1e01e53 commit ce4d46b
Show file tree
Hide file tree
Showing 7 changed files with 156 additions and 184 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.js
Expand Up @@ -63,7 +63,6 @@ module.exports = defineConfig({
'unicorn/no-for-loop': 'off',
'unicorn/no-instanceof-array': 'off',
'unicorn/no-negated-condition': 'off',
'unicorn/no-new-array': 'off',
'unicorn/no-object-as-default-parameter': 'off',
'unicorn/no-process-exit': 'off',
'unicorn/no-useless-switch-case': 'off',
Expand All @@ -80,7 +79,6 @@ module.exports = defineConfig({
'unicorn/prefer-optional-catch-binding': 'off',
'unicorn/prefer-spread': 'off',
'unicorn/prefer-string-slice': 'off',
'unicorn/prefer-string-starts-ends-with': 'off',
'unicorn/prefer-ternary': 'off',
'unicorn/prefer-top-level-await': 'off',
'unicorn/prevent-abbreviations': 'off',
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -36,7 +36,7 @@ For detailed API documentation, please select the version of the documentation y

- 💌 Locations - Generate valid looking Addresses, Zip Codes, Street Names, States, and Countries!
- ⏰ Time-based Data - Past, present, future, recent, soon... whenever!
- 🌏 Localization - Set a locale to generate realistic looking Names, Addresses, and Phone Numbers.
- 🌏 Localization - Pick a locale to generate realistic looking Names, Addresses, and Phone Numbers.
- 💸 Finance - Create stubbed out Account Details, Transactions, and Crypto Addresses.
- 👠 Products - Generate Prices, Product Names, Adjectives, and Descriptions.
- 👾 Hacker Jargon - “Try to reboot the SQL bus, maybe it will bypass the virtual application!”
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -37,5 +37,5 @@ features:
details: Past, present, future, recent, soon... whenever!
- icon: 🌏
title: Localization
details: Set a locale to generate realistic looking Names, Addresses, and Phone Numbers.
details: Pick a locale to generate realistic looking Names, Addresses, and Phone Numbers.
---
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -90,27 +90,27 @@
"@actions/github": "~5.1.1",
"@algolia/client-search": "~4.19.1",
"@types/markdown-it": "~13.0.2",
"@types/node": "~20.8.0",
"@types/node": "~20.8.3",
"@types/sanitize-html": "~2.9.1",
"@types/semver": "~7.5.3",
"@types/validator": "~13.11.2",
"@typescript-eslint/eslint-plugin": "~6.7.3",
"@typescript-eslint/parser": "~6.7.3",
"@typescript-eslint/eslint-plugin": "~6.7.4",
"@typescript-eslint/parser": "~6.7.4",
"@vitest/coverage-v8": "~0.34.6",
"@vitest/ui": "~0.34.7",
"@vueuse/core": "~10.4.1",
"@vueuse/core": "~10.5.0",
"conventional-changelog-cli": "~4.1.0",
"cypress": "~13.3.0",
"esbuild": "~0.19.4",
"eslint": "~8.50.0",
"eslint": "~8.51.0",
"eslint-config-prettier": "~9.0.0",
"eslint-define-config": "~1.23.0",
"eslint-define-config": "~1.24.1",
"eslint-gitignore": "~0.1.0",
"eslint-plugin-deprecation": "~2.0.0",
"eslint-plugin-jsdoc": "~46.8.2",
"eslint-plugin-prettier": "~5.0.0",
"eslint-plugin-unicorn": "~48.0.1",
"eslint-plugin-vitest": "~0.3.1",
"eslint-plugin-vitest": "~0.3.2",
"glob": "~10.3.10",
"npm-run-all": "~4.1.5",
"prettier": "3.0.3",
Expand All @@ -123,7 +123,7 @@
"typedoc": "~0.24.8",
"typescript": "~4.9.5",
"validator": "~13.11.0",
"vite": "~4.4.9",
"vite": "~4.4.11",
"vitepress": "1.0.0-beta.7",
"vitest": "~0.34.6",
"vue": "~3.3.4"
Expand Down

0 comments on commit ce4d46b

Please sign in to comment.