Skip to content

Commit

Permalink
Fix inability of GH action to run eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
mbonaci committed May 9, 2024
1 parent 28f0868 commit bd1d92d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "ESLint plugin which enforces explicit .js extensions in local imports while leveraging import resolvers.",
"main": "index.js",
"scripts": {
"lint": "cd test && npm link .. && npm i && eslint .",
"fix": "cd test && npm link .. && npm i && eslint . --fix"
"lint": "cd test && npm link .. && npm i && ./node_modules/.bin/eslint .",
"fix": "cd test && npm link .. && npm i && ./node_modules/.bin/eslint . --fix"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit bd1d92d

Please sign in to comment.