Skip to content

Commit

Permalink
Ensure we're only linting ./src
Browse files Browse the repository at this point in the history
  • Loading branch information
dokterbob committed Nov 18, 2024
1 parent 004f6e4 commit f3aef7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/react-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "tsup src/index.ts --clean --format esm,cjs --dts --external react --external recoil --minify --sourcemap --treeshake",
"dev": "tsup src/index.ts --clean --format esm,cjs --dts --external react --external recoil --minify --sourcemap --treeshake",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint": "eslint ./src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"format": "prettier **/*.{ts,tsx} --write --loglevel error",
"test": "echo no tests yet",
"prepublishOnly": "pnpm run build"
Expand Down

0 comments on commit f3aef7c

Please sign in to comment.