mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-08 23:18:05 -05:00
Add eslint rule and fix as many issues as possible
This commit is contained in:
46
package.json
46
package.json
@@ -1,25 +1,25 @@
|
||||
{
|
||||
"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": {
|
||||
"eslint": "^8.29.0",
|
||||
"husky": "^8.0.2"
|
||||
}
|
||||
"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": {
|
||||
"eslint": "^8.29.0",
|
||||
"husky": "^8.0.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user