Skip to content

Commit

Permalink
pass config file to lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraVieira committed Aug 30, 2024
1 parent 8cc8a4f commit 55a0675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/search-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dev": "run-p watch:css watch:js",
"watch:css": "npx postcss src/app.css -o dist/app.css --watch",
"watch:js": "node ./scripts/watch.js",
"lint": "eslint 'src/**/*.ts'",
"lint": "eslint 'src/**/*.ts' -c .eslintrc.json",
"build:clean": "rm tsconfig.tsbuildinfo && rm -rf dist && yarn type:gen && yarn build",
"build": "run-s build:src build:css type:dts",
"build:src": "node ./scripts/build.js",
Expand Down

0 comments on commit 55a0675

Please sign in to comment.