mirror of
https://github.com/Infisical/infisical.git
synced 2025-03-28 15:29:21 +00:00
.github
.husky
.vscode
backend
img
src
swagger
test-resources
tests
.dockerignore
.eslintignore
.eslintrc
.prettierrc
Dockerfile
environment.d.ts
healthcheck.js
jest.config.ts
nodemon.json
package-lock.json
package.json
spec.json
tsconfig.json
cli
cloudformation
docs
frontend
helm-charts
img
k8-operator
migration
nginx
.dockerignore
.env.example
.eslintignore
.gitignore
.goreleaser.yaml
.infisicalignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile.standalone-infisical
LICENSE
Makefile
README.md
SECURITY.md
docker-compose.dev.yml
docker-compose.yml
ecosystem.config.js
package-lock.json
package.json
render.yaml
8 lines
108 B
Plaintext
8 lines
108 B
Plaintext
{
|
|
"singleQuote": false,
|
|
"printWidth": 100,
|
|
"trailingComma": "none",
|
|
"tabWidth": 2,
|
|
"semi": true
|
|
}
|