Add eslint rule and fix as many issues as possible

This commit is contained in:
Khoa Le
2023-06-19 23:32:35 -04:00
parent e9eacc445d
commit 9d33e4756b
689 changed files with 9446 additions and 21821 deletions

View File

@@ -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"
}
}