fix: add eslint as devDependency to packages that lint

Packages/apps that run `eslint .` need eslint installed as a
devDependency. While eslint is in @tpmjs/eslint-config, it needs to
be available in the local node_modules/.bin for the lint script to run.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Ajax Davis 2025-11-26 18:42:39 +10:00
parent de9bcb89f0
commit cbed8f34cc
3 changed files with 179 additions and 23 deletions

View file

@ -56,9 +56,7 @@
"default": "./dist/GridContainer/GridContainer.js"
}
},
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
@ -83,6 +81,7 @@
"@tpmjs/tsconfig": "workspace:*",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"eslint": "^9.39.1",
"glob": "^13.0.0",
"happy-dom": "^15.11.7",
"react": "^19.0.0",