Skip to content

Commit

Permalink
chore: eslint not available when using yarn 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarpl committed Jan 27, 2025
1 parent 311b9c3 commit f4c2057
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
"build": "tsc",
"watch:build": "tsc -w",
"watch:electron": "nodemon --exec npm start",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint": "run -T g:eslint . --ext .js,.jsx,.ts,.tsx",
"start": "electron ./dist/main.js",
"build:binary": "electron-builder",
"dev": "yarn && yarn build && concurrently --kill-others \"yarn watch:build\" \"yarn watch:electron\"",
"release:release": "sofie-version",
"release": "yarn release:release"
"release": "yarn release:release",
"g:eslint": "cd $INIT_CWD && \"$PROJECT_CWD/node_modules/.bin/eslint\""
},
"repository": "https://github.com/nrkno/sofie-chef",
"homepage": "https://github.com/nrkno/sofie-chef#readme",
Expand Down Expand Up @@ -99,4 +100,4 @@
]
},
"packageManager": "[email protected]+sha512.d432ab8b22b89cb8b46649ebaf196159b0c1870904224771d75fdf8b55490aaa5de4d9f028deb0425f1513bff7843e97b9d117103795a23b12d2e7c1cedcf50f"
}
}

0 comments on commit f4c2057

Please sign in to comment.