🚨(frontend) add lib eslint-config-impress
Create the eslint-config-impress package to share eslint configuration with all impress projects.
This commit is contained in:
23
src/frontend/packages/eslint-config-impress/package.json
Normal file
23
src/frontend/packages/eslint-config-impress/package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "eslint-config-impress",
|
||||
"version": "0.1.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"lint": "eslint --ext .js ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@next/eslint-plugin-next": "14.1.4",
|
||||
"@tanstack/eslint-plugin-query": "5.28.6",
|
||||
"@typescript-eslint/eslint-plugin": "7.5.0",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-config-next": "14.1.4",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"eslint-plugin-import": "2.29.1",
|
||||
"eslint-plugin-jest": "27.9.0",
|
||||
"eslint-plugin-jsx-a11y": "6.8.0",
|
||||
"eslint-plugin-playwright": "1.5.4",
|
||||
"eslint-plugin-prettier": "5.1.3",
|
||||
"eslint-plugin-react": "7.34.1",
|
||||
"eslint-plugin-testing-library": "6.2.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user