Skip to content

Commit

Permalink
🚨 fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dudeofawesome committed May 10, 2024
1 parent 8e594fa commit ce1a30a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/eslint-config-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
"test": "node $NODE_OPTS --import=tsx --test $(glob --ignore '**/node_modules/**' --ignore '**/dist/**' '**/*[.-_]test.?(c|m)[jt]s' '**/test?(-*).?(c|m)[jt]s' '**/test/**/*.?(c|m)[jt]s')",
"test:debug": "NODE_OPTS='--inspect-brk' npm run test"
},
"devDependencies": {
"tsx": "^4.9.4"
},
"peerDependencies": {
"eslint": "^8.49.0"
},
Expand All @@ -38,8 +41,5 @@
"publishConfig": {
"access": "public",
"provenance": true
},
"devDependencies": {
"tsx": "^4.9.4"
}
}
6 changes: 3 additions & 3 deletions packages/eslint-config-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
"@rushstack/eslint-patch": "^1.10.2",
"eslint-plugin-jest": "^27.4.0"
},
"devDependencies": {
"tsx": "^4.9.4"
},
"peerDependencies": {
"eslint": "^8.49.0",
"jest": "*"
Expand All @@ -49,8 +52,5 @@
"publishConfig": {
"access": "public",
"provenance": true
},
"devDependencies": {
"tsx": "^4.9.4"
}
}

0 comments on commit ce1a30a

Please sign in to comment.