chore: remove eslint and its plugins

This commit is contained in:
Sat Naing
2022-10-16 21:41:27 +06:30
parent e8bf2d732b
commit a62344a9ff
3 changed files with 22 additions and 3715 deletions
-11
View File
@@ -28,18 +28,8 @@
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^1.0.0",
"@tailwindcss/typography": "^0.5.7",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"commitizen": "^4.2.5",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.0",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
@@ -53,7 +43,6 @@
},
"lint-staged": {
"*": [
"eslint",
"prettier --write"
]
}