Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b13476d

Browse files
committed
chore(script): remove unstable_ts_config flag from script
1 parent 0455ffa commit b13476d

File tree

14 files changed

+26
-50
lines changed

14 files changed

+26
-50
lines changed

.templates/component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"build:storybook": "storybook build",
1616
"dev:storybook": "storybook dev -p 6006",
1717
"lint:biome": "pnpm exec biome lint",
18-
"lint:eslint": "pnpm exec eslint --flag unstable_ts_config",
18+
"lint:eslint": "pnpm exec eslint",
1919
"test": "vitest",
2020
"typecheck": "tsc",
2121
"prepack": "pnpm run build"

packages/Input/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@
99
},
1010
"type": "module",
1111
"exports": "./src/index.ts",
12-
"files": [
13-
"dist"
14-
],
12+
"files": ["dist"],
1513
"scripts": {
1614
"build": "tsup",
1715
"build:storybook": "storybook build",
1816
"dev:storybook": "storybook dev -p 6006",
1917
"lint:biome": "pnpm exec biome lint",
20-
"lint:eslint": "pnpm exec eslint --flag unstable_ts_config",
18+
"lint:eslint": "pnpm exec eslint",
2119
"test": "vitest",
2220
"typecheck": "tsc",
2321
"prepack": "pnpm run build"

packages/badge/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@
99
},
1010
"type": "module",
1111
"exports": "./src/index.ts",
12-
"files": [
13-
"dist"
14-
],
12+
"files": ["dist"],
1513
"scripts": {
1614
"build": "tsup",
1715
"build:storybook": "storybook build",
1816
"dev:storybook": "storybook dev -p 6006",
1917
"lint:biome": "pnpm exec biome lint",
20-
"lint:eslint": "pnpm exec eslint --flag unstable_ts_config",
18+
"lint:eslint": "pnpm exec eslint",
2119
"test": "vitest",
2220
"typecheck": "tsc",
2321
"prepack": "pnpm run build"

packages/button/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@
99
},
1010
"type": "module",
1111
"exports": "./src/index.ts",
12-
"files": [
13-
"dist"
14-
],
12+
"files": ["dist"],
1513
"scripts": {
1614
"build": "tsup",
1715
"build:storybook": "storybook build",
1816
"dev:storybook": "storybook dev -p 6006",
1917
"lint:biome": "pnpm exec biome lint",
20-
"lint:eslint": "pnpm exec eslint --flag unstable_ts_config",
18+
"lint:eslint": "pnpm exec eslint",
2119
"test": "vitest",
2220
"typecheck": "tsc",
2321
"prepack": "pnpm run build"

packages/card/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@
99
},
1010
"type": "module",
1111
"exports": "./src/index.ts",
12-
"files": [
13-
"dist"
14-
],
12+
"files": ["dist"],
1513
"scripts": {
1614
"build": "tsup",
1715
"build:storybook": "storybook build",
1816
"dev:storybook": "storybook dev -p 6006",
1917
"lint:biome": "pnpm exec biome lint",
20-
"lint:eslint": "pnpm exec eslint --flag unstable_ts_config",
18+
"lint:eslint": "pnpm exec eslint",
2119
"test": "vitest",
2220
"typecheck": "tsc",
2321
"prepack": "pnpm run build"

packages/divider/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@
99
},
1010
"type": "module",
1111
"exports": "./src/index.ts",
12-
"files": [
13-
"dist"
14-
],
12+
"files": ["dist"],
1513
"scripts": {
1614
"build": "tsup",
1715
"build:storybook": "storybook build",
1816
"dev:storybook": "storybook dev -p 6006",
1917
"lint:biome": "pnpm exec biome lint",
20-
"lint:eslint": "pnpm exec eslint --flag unstable_ts_config",
18+
"lint:eslint": "pnpm exec eslint",
2119
"test": "vitest",
2220
"typecheck": "tsc",
2321
"prepack": "pnpm run build"

packages/flex/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@
99
},
1010
"type": "module",
1111
"exports": "./src/index.ts",
12-
"files": [
13-
"dist"
14-
],
12+
"files": ["dist"],
1513
"scripts": {
1614
"build": "tsup",
1715
"build:storybook": "storybook build",
1816
"dev:storybook": "storybook dev -p 6006",
1917
"lint:biome": "pnpm exec biome lint",
20-
"lint:eslint": "pnpm exec eslint --flag unstable_ts_config",
18+
"lint:eslint": "pnpm exec eslint",
2119
"test": "vitest",
2220
"typecheck": "tsc",
2321
"prepack": "pnpm run build"

packages/icon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"build:storybook": "storybook build",
1616
"dev:storybook": "storybook dev -p 6006",
1717
"lint:biome": "pnpm exec biome lint",
18-
"lint:eslint": "pnpm exec eslint --flag unstable_ts_config",
18+
"lint:eslint": "pnpm exec eslint",
1919
"test": "vitest",
2020
"typecheck": "tsc",
2121
"prepack": "pnpm run build",

packages/radio-group/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@
99
},
1010
"type": "module",
1111
"exports": "./src/index.ts",
12-
"files": [
13-
"dist"
14-
],
12+
"files": ["dist"],
1513
"scripts": {
1614
"build": "tsup",
1715
"build:storybook": "storybook build",
1816
"dev:storybook": "storybook dev -p 6006",
1917
"lint:biome": "pnpm exec biome lint",
20-
"lint:eslint": "pnpm exec eslint --flag unstable_ts_config",
18+
"lint:eslint": "pnpm exec eslint",
2119
"test": "vitest",
2220
"typecheck": "tsc",
2321
"prepack": "pnpm run build"

packages/skeleton/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@
99
},
1010
"type": "module",
1111
"exports": "./src/index.ts",
12-
"files": [
13-
"dist"
14-
],
12+
"files": ["dist"],
1513
"scripts": {
1614
"build": "tsup",
1715
"build:storybook": "storybook build",
1816
"dev:storybook": "storybook dev -p 6006",
1917
"lint:biome": "pnpm exec biome lint",
20-
"lint:eslint": "pnpm exec eslint --flag unstable_ts_config",
18+
"lint:eslint": "pnpm exec eslint",
2119
"test": "vitest",
2220
"typecheck": "tsc",
2321
"prepack": "pnpm run build"

0 commit comments

Comments
 (0)