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 7, 2024
1 parent f0ec9f6 commit 9c52d23
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 @@ -33,6 +33,12 @@ packageExtensions:
eslint-plugin-storybook@*:
peerDependencies:
typescript: ">=4.2.0"
eslint-config-stylelint@*:
peerDependencies:
"@eslint/js": "*"
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 9c52d23

Please sign in to comment.