mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-07 22:53:55 -05:00
feat: added type check, lint and prettier
This commit is contained in:
56
package.json
56
package.json
@@ -1,30 +1,30 @@
|
||||
{
|
||||
"name": "infisical",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/infisical/infisical.git"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/infisical/infisical/issues"
|
||||
},
|
||||
"homepage": "https://github.com/infisical/infisical#readme",
|
||||
"scripts": {
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,jsx,ts,tsx}": [
|
||||
"eslint --fix"
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/uuid": "^9.0.7",
|
||||
"eslint": "^8.29.0",
|
||||
"husky": "^8.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@radix-ui/react-radio-group": "^1.1.3",
|
||||
"secrets.js-grempe": "^2.0.0"
|
||||
}
|
||||
"name": "infisical",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/infisical/infisical.git"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/infisical/infisical/issues"
|
||||
},
|
||||
"homepage": "https://github.com/infisical/infisical#readme",
|
||||
"scripts": {
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"lint-staged": {
|
||||
"./{frontend/backend}/**/*.{js,jsx,ts,tsx}": [
|
||||
"eslint --fix"
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/uuid": "^9.0.7",
|
||||
"eslint": "^8.57.1",
|
||||
"husky": "^8.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@radix-ui/react-radio-group": "^1.1.3",
|
||||
"secrets.js-grempe": "^2.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user