Skip to content

Commit

Permalink
Disable new eslint rule random v4 uuid generation in test files (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpolavar authored Nov 19, 2024
1 parent 54e0208 commit ee2bcb6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ const tsConfigurations = [
{
files: ['**/*.spec.ts', '**/*.test.ts'],
rules: {
'@checkdigit/no-random-v4-uuid': 'off',
'@checkdigit/no-uuid': 'off',
'@checkdigit/no-test-import': 'off',
'@checkdigit/no-serve-runtime': 'error',
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@checkdigit/eslint-config",
"version": "10.3.0",
"version": "10.4.0",
"private": false,
"description": "Check Digit standard eslint configuration",
"keywords": [
Expand Down Expand Up @@ -43,7 +43,7 @@
"jest": "^29.7.0"
},
"peerDependencies": {
"@checkdigit/eslint-plugin": "7.2.0",
"@checkdigit/eslint-plugin": "7.3.0",
"@eslint/compat": "1.2.1",
"@eslint/eslintrc": "3.1.0",
"@eslint/js": "9.13.0",
Expand Down

0 comments on commit ee2bcb6

Please sign in to comment.