Cradicle Explorer
events-processor
Info
Issues
Patches
Wallets
Source
Source
.github
.husky
.vscode
docs
scripts
src
tests
.dockerignore
.env.template
.eslintignore
.eslintrc
.gitignore
.lintstagedrc.json
.prettierignore
.prettierrc
DEVELOPMENT.md
Dockerfile.dockerhub
README.md
docker-compose.yml
jest.config.ts
jest.setup.ts
nodemon.json
package-lock.json
package.json
tsconfig.json
/
.lintstagedrc.json
.lintstagedrc.json
1
{
2
"*.{js,css,ts}": "eslint --fix",
3
"*.{js,css,md,ts}": "prettier --write"
4
}