Skip to content

Commit

Permalink
Update lint script to include all story files
Browse files Browse the repository at this point in the history
  • Loading branch information
thevuong committed Mar 17, 2024
1 parent 1cdf831 commit 4298bf0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "storybook build",
"clean": "rm -rf .next && rm -rf .turbo && rm -rf storybook-static && rm -rf node_modules",
"dev": "storybook dev -p 6006",
"lint": "eslint ./stories/*.stories.tsx --max-warnings 0",
"lint": "eslint ./stories/*.stories.* --max-warnings 0",
"start": "serve storybook-static",
"storybook": "storybook dev -p 6006"
},
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"prettier-plugin-packagejson": "^2.4.12",
"turbo": "latest"
},
"packageManager": "pnpm@8.9.0",
"packageManager": "pnpm@8.15.4",
"engines": {
"node": ">=18"
"node": ">=20"
}
}
3 changes: 2 additions & 1 deletion packages/ui/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// eslint-disable-next-line no-undef -- This is a false positive
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}
};

0 comments on commit 4298bf0

Please sign in to comment.