Skip to content

Commit

Permalink
feat: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mbret committed Jan 25, 2025
1 parent 513432b commit 096876c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 22 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
}
},
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
}
4 changes: 1 addition & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
},
"types": "./dist/index.d.ts",
"license": "MIT",
"files": [
"/dist"
],
"files": ["/dist"],
"scripts": {
"start": "vite build --watch --mode development",
"build": "tsc && vite build",
Expand Down
4 changes: 1 addition & 3 deletions packages/enhancer-annotations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"/dist"
],
"files": ["/dist"],
"exports": {
".": {
"import": "./dist/index.js",
Expand Down
4 changes: 1 addition & 3 deletions packages/enhancer-bookmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
"require": "./dist/index.umd.cjs"
}
},
"files": [
"/dist"
],
"files": ["/dist"],
"scripts": {
"start": "vite build --watch --mode development",
"build": "tsc && vite build",
Expand Down
4 changes: 1 addition & 3 deletions packages/enhancer-gestures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
"require": "./dist/index.umd.cjs"
}
},
"files": [
"/dist"
],
"files": ["/dist"],
"scripts": {
"start": "vite build --watch --mode development",
"build": "tsc && vite build",
Expand Down
4 changes: 1 addition & 3 deletions packages/enhancer-pdf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"/dist"
],
"files": ["/dist"],
"exports": {
".": {
"import": "./dist/index.js",
Expand Down
4 changes: 1 addition & 3 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
},
"types": "./dist/index.d.ts",
"license": "MIT",
"files": [
"/dist"
],
"files": ["/dist"],
"scripts": {
"start": "vite build --watch --mode development",
"build": "tsc && vite build",
Expand Down
4 changes: 1 addition & 3 deletions packages/streamer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
},
"types": "./dist/index.d.ts",
"license": "MIT",
"files": [
"/dist"
],
"files": ["/dist"],
"scripts": {
"start": "vite build --watch --mode development",
"build": "tsc && vite build",
Expand Down

0 comments on commit 096876c

Please sign in to comment.