TP-17651 | Lint Fixes

This commit is contained in:
yashmantri
2023-05-09 15:55:24 +05:30
parent 9b9a1069e8
commit c1e1fc2a9f
16 changed files with 314 additions and 42 deletions

View File

@@ -30,6 +30,7 @@
"eslint-loader": "3.0.3",
"eslint-plugin-unused-imports": "^2.0.0",
"formik": "^2.2.9",
"lint-staged": "^13.2.2",
"moment": "^2.29.4",
"postcss-loader": "^7.2.4",
"react": "^18.2.0",
@@ -76,7 +77,7 @@
},
"lint-staged": {
"*.{js,jsx,ts,tsx,css,scss,md}": [
"yarn prettier"
"yarn prettier:write"
]
},
"husky": {