Skip to content

Commit 4aa7139

Browse files
authored
Merge pull request #293 from sablier-labs/fix/governance
perf: cache eslint and prettier
2 parents 2ec02c0 + b5a87e6 commit 4aa7139

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/concepts/11-governance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Here's a table with the admins of the Sablier Protocol. Most of them are Safe mu
2020
| Base | [0x83A6fA8c04420B3F9C7A4CF1c040b63Fbbc89B66](https://basescan.org/address/0x83A6fA8c04420B3F9C7A4CF1c040b63Fbbc89B66) |
2121
| Blast | [0xb1bEF51ebCA01EB12001a639bDBbFF6eEcA12B9F](https://blastscan.io/address/0xb1bEF51ebCA01EB12001a639bDBbFF6eEcA12B9F) |
2222
| BNB Smart Chain | [0x6666cA940D2f4B65883b454b7Bc7EEB039f64fa3](https://bscscan.com/address/0x6666cA940D2f4B65883b454b7Bc7EEB039f64fa3) |
23-
| Chiliz | [0xb1bEF51ebCA01EB12001a639bDBbFF6eEcA12B9F](https://chiliscan.com/address/0xb1bEF51ebCA01EB12001a639bDBbFF6eEcA12B9F) |
23+
| Chiliz | [0x74A234DcAdFCB395b37C8c2B3Edf7A13Be78c935](https://chiliscan.com/address/0x74A234DcAdFCB395b37C8c2B3Edf7A13Be78c935) |
2424
| Core Dao | [0xb1bEF51ebCA01EB12001a639bDBbFF6eEcA12B9F](https://scan.coredao.org/address/0xb1bEF51ebCA01EB12001a639bDBbFF6eEcA12B9F) |
2525
| Form | [0xb1bEF51ebCA01EB12001a639bDBbFF6eEcA12B9F](https://explorer.form.network/address/0xb1bEF51ebCA01EB12001a639bDBbFF6eEcA12B9F) |
2626
| Gnosis | [0x72ACB57fa6a8fa768bE44Db453B1CDBa8B12A399](https://gnosisscan.io/address/0x72ACB57fa6a8fa768bE44Db453B1CDBa8B12A399) |

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@
9191
"deploy": "docusaurus deploy",
9292
"fix": "bun run prettier:write && bun run lint:fix",
9393
"lint:check": "bun eslint . --ext md,mdx,ts,tsx",
94-
"lint:fix": "bun eslint . --ext md,mdx,ts,tsx --fix && bun formatter.js",
94+
"lint:fix": "bun eslint --cache --cache-location ./node_modules/.cache/eslint/.eslint-cache . --ext md,mdx,ts,tsx --fix && bun formatter.js",
9595
"prepare": "husky",
9696
"prettier:check": "prettier --check \"**/*.{json,md,mdx,ts,tsx,yml}\"",
97-
"prettier:write": "prettier --write \"**/*.{json,md,mdx,ts,tsx,yml}\"",
97+
"prettier:write": "prettier --cache --cache-location ./node_modules/.cache/prettier/.prettier-cache --write \"**/*.{json,md,mdx,ts,tsx,yml}\"",
9898
"serve": "docusaurus serve",
9999
"start": "docusaurus start",
100100
"submodule-reset": "git submodule deinit --all -f && git submodule update --init --recursive",

0 commit comments

Comments
 (0)