Skip to content

Commit b0e1233

Browse files
committed
fix: eslint jest error in CI
1 parent 24d7d26 commit b0e1233

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

bun.lockb

480 Bytes
Binary file not shown.

config/.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
"**/tsconfig.json"
1313
],
1414
extends: ['@react-native','plugin:prettier/recommended'],
15-
plugins: ['@typescript-eslint', 'prettier'],
15+
plugins: ['@typescript-eslint', 'prettier', 'jest'],
1616
parser: '@typescript-eslint/parser',
1717
parserOptions: {
1818
project: true,

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"babel-plugin-transform-typescript-metadata": "^0.3.2",
5858
"eslint": "8.57.0",
5959
"eslint-config-prettier": "^9.1.0",
60+
"eslint-plugin-jest": "^29.0.1",
6061
"eslint-plugin-prettier": "^5.2.1",
6162
"jest": "^29.7.0",
6263
"nitro-codegen": "0.27.2",

0 commit comments

Comments
 (0)