Skip to content

Commit

Permalink
test(root): implemented the eslint playground
Browse files Browse the repository at this point in the history
  • Loading branch information
kurone-kito committed Nov 14, 2024
1 parent 6a34f5e commit 53e06cd
Show file tree
Hide file tree
Showing 3 changed files with 819 additions and 32 deletions.
6 changes: 6 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,15 @@ packageExtensions:
"@typescript-eslint/utils@*":
peerDependencies:
typescript: ">=4.2.0"
eslint-config-stylelint@*:
peerDependencies:
"@eslint/js": "*"
eslint-plugin-storybook@*:
peerDependencies:
typescript: ">=4.2.0"
eslint-plugin-tailwindcss@*:
dependencies:
tailwindcss: "*"
typescript-eslint@*:
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
"@kurone-kito/commitlint-config": "workspace:^",
"@kurone-kito/cspell-config": "workspace:^",
"@kurone-kito/eslint-config-base": "workspace:^",
"@kurone-kito/eslint-config-react": "workspace:^",
"@kurone-kito/eslint-config-solid": "workspace:^",
"@kurone-kito/lint-staged-config": "workspace:^",
"@kurone-kito/markdownlint-config": "workspace:^",
"@kurone-kito/prettier-config": "workspace:^",
Expand Down
Loading

0 comments on commit 53e06cd

Please sign in to comment.