Skip to content

Commit

Permalink
fix linter configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ghackenberg committed Oct 9, 2024
1 parent 2815aa0 commit bfb864d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions packages/worker/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{
"plugins": [
"regex"
]

}
4 changes: 2 additions & 2 deletions packages/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"scripts": {
"clean": "rm -rf public",
"build": "webpack --config webpack.prod.js",
"lint": "eslint src/scripts",
"loc": "sloc src/scripts",
"lint": "eslint src",
"loc": "sloc src",
"dev": "webpack serve --config webpack.dev.js",
"start": "http-server -p 3005 -s"
},
Expand Down

0 comments on commit bfb864d

Please sign in to comment.