Skip to content

Commit c0e011c

Browse files
Merge pull request #2 from bchainhub/update/exclude-01
Exclude eslint
2 parents 8cf47ce + 39fdc40 commit c0e011c

File tree

3 files changed

+2
-36
lines changed

3 files changed

+2
-36
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Features
88

9-
- 🐥 **Small**: **[0.67 KB](https://bundlejs.com/?bundle&q=blo)** gzipped.
9+
- 🐥 **Small**: **[0.76 KB](https://bundlejs.com/?bundle&q=%40blockchainhub%2Fblo)** gzipped.
1010
- 💥 **Fast**: **[3.5x faster](#library-comparison)** than the second fastest solution.
1111
- 🔍 **Optimized**: Leverages SVG to generate compact and sharp images at any size.
1212
- 💆 **Simple**: Focuses on Ethereum identicons only, allowing for a simpler API.

eslint.config.js

-29
This file was deleted.

package.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockchainhub/blo",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"license": "CORE",
55
"author": "Pierre Bertet <[email protected]>",
66
"contributors": [
@@ -34,20 +34,15 @@
3434
"scripts": {
3535
"dev": "vite ./demos/react",
3636
"build": "tsc && vite build",
37-
"lint": "eslint '**/*.{ts,tsx}'",
3837
"ncu-all": "ncu -u && cd demos/bun && ncu -u && cd ../node && ncu -u && cd ../react && ncu -u && cd ../../benchmark && ncu -u"
3938
},
4039
"files": [
4140
"dist"
4241
],
4342
"sideEffects": false,
4443
"devDependencies": {
45-
"@eslint/js": "^9.1.1",
46-
"eslint": "^9.1.1",
47-
"eslint-plugin-react-refresh": "^0.4.6",
4844
"globals": "^15.1.0",
4945
"typescript": "^5.4.5",
50-
"typescript-eslint": "^7.8.0",
5146
"vite": "^5.2.11",
5247
"vite-plugin-dts": "^3.9.0",
5348
"vitest": "^1.5.3"

0 commit comments

Comments
 (0)