Skip to content

Commit db76652

Browse files
committed
feat: Event forwarding
Fixes #17
1 parent 22de74e commit db76652

File tree

7 files changed

+2916
-1176
lines changed

7 files changed

+2916
-1176
lines changed

package.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "git",
1111
"url": "https://github.com/bfanger/svelte-preprocess-react.git"
1212
},
13-
"version": "0.16.0",
13+
"version": "0.17.0",
1414
"license": "MIT",
1515
"type": "module",
1616
"scripts": {
@@ -32,16 +32,13 @@
3232
"prepare": "husky install"
3333
},
3434
"lint-staged": {
35-
"*.ts": [
36-
"eslint --max-warnings 0 --no-ignore",
37-
"sh -c 'tsc -p tsconfig.json --noEmit'"
35+
"*.{ts,svelte}": [
36+
"svelte-check --fail-on-warnings"
3837
],
39-
"*.(c)?js": [
38+
"*.{ts,svelte,js,cjs,mjs}": [
4039
"eslint --max-warnings 0 --no-ignore"
4140
],
42-
"*.svelte": [
43-
"eslint --max-warnings 0 --no-ignore",
44-
"svelte-check --fail-on-warnings",
41+
"*.{ts,js,svelte,css,scss,json,html}": [
4542
"prettier --check"
4643
]
4744
},

0 commit comments

Comments
 (0)