-
-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: update all sources, use tabs instead of spaces
- update prettier config - update all *.ts, *.json files
- Loading branch information
1 parent
0abc14a
commit 2065c92
Showing
3,050 changed files
with
139,706 additions
and
139,601 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
{ | ||
"useTabs": true, | ||
"tabWidth": 4, | ||
"semi": true, | ||
"singleQuote": false, | ||
"arrowParens": "always", | ||
"endOfLine": "lf" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
{ | ||
"name": "@example/adaptive-threshold", | ||
"private": true, | ||
"version": "0.0.1", | ||
"description": "Interactive image processing (adaptive threshold)", | ||
"repository": "https://github.com/thi-ng/umbrella", | ||
"author": "Karsten Schmidt <[email protected]>", | ||
"license": "Apache-2.0", | ||
"scripts": { | ||
"start": "vite --open", | ||
"build": "tsc && vite build --base='./'", | ||
"preview": "vite preview --host --open" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "workspace:^", | ||
"@thi.ng/paths": "workspace:^", | ||
"@thi.ng/pixel": "workspace:^", | ||
"@thi.ng/rstream": "workspace:^", | ||
"@thi.ng/transducers": "workspace:^", | ||
"@thi.ng/transducers-hdom": "workspace:^" | ||
}, | ||
"browser": { | ||
"process": false, | ||
"setTimeout": false, | ||
"util": false | ||
}, | ||
"thi.ng": { | ||
"readme": [ | ||
"pixel", | ||
"rstream", | ||
"transducers", | ||
"transducers-hdom" | ||
], | ||
"screenshot": "examples/adaptive-threshold.png" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^4.7.4", | ||
"vite": "^3.0.0" | ||
} | ||
"name": "@example/adaptive-threshold", | ||
"private": true, | ||
"version": "0.0.1", | ||
"description": "Interactive image processing (adaptive threshold)", | ||
"repository": "https://github.com/thi-ng/umbrella", | ||
"author": "Karsten Schmidt <[email protected]>", | ||
"license": "Apache-2.0", | ||
"scripts": { | ||
"start": "vite --open", | ||
"build": "tsc && vite build --base='./'", | ||
"preview": "vite preview --host --open" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "workspace:^", | ||
"@thi.ng/paths": "workspace:^", | ||
"@thi.ng/pixel": "workspace:^", | ||
"@thi.ng/rstream": "workspace:^", | ||
"@thi.ng/transducers": "workspace:^", | ||
"@thi.ng/transducers-hdom": "workspace:^" | ||
}, | ||
"browser": { | ||
"process": false, | ||
"setTimeout": false, | ||
"util": false | ||
}, | ||
"thi.ng": { | ||
"readme": [ | ||
"pixel", | ||
"rstream", | ||
"transducers", | ||
"transducers-hdom" | ||
], | ||
"screenshot": "examples/adaptive-threshold.png" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^4.7.4", | ||
"vite": "^3.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.