Skip to content

Commit

Permalink
removed .storybook from lint exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Oct 12, 2024
1 parent 2eca89a commit 1199584
Show file tree
Hide file tree
Showing 5 changed files with 184 additions and 181 deletions.
2 changes: 0 additions & 2 deletions packages/eslint-config-flat/src/typescript/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@ export const ignores = [
'**/docs',
'public',
'storybook-static',
'.storybook',
'.eslintcache',
'.github',
'.vscode',
'.husky',
'.jest',
'.next',
'.storybook',
'.vscode',
'coverage',
'cypress',
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react-flat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"module": "./dist/node/index.mjs",
"types": "./dist/node/index.d.ts",
"dependencies": {
"@eslint-react/eslint-plugin": "^1.14.3",
"@eslint-react/eslint-plugin": "^1.15.0",
"@xylabs/eslint-config-flat": "workspace:^",
"eslint": "^9.12.0",
"eslint-plugin-react": "^7.37.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-scripts-yarn3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"tsc-prog": "^2.3.0",
"tslib": "^2.7.0",
"tsup": "^8.3.0",
"typedoc": "^0.26.8",
"typedoc": "^0.26.9",
"types-package-json": "^2.0.39",
"vitest": "^2.1.2",
"yargs": "^17.7.2"
Expand Down
5 changes: 5 additions & 0 deletions vitest.workspace.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { defineWorkspace } from 'vitest/config'

export default defineWorkspace([
"./vitest.config.ts"
])
Loading

0 comments on commit 1199584

Please sign in to comment.