Feat: Added eslint to project (planning#428)
parent
dc34b8a0
No related branches found
No related tags found
Showing
- .eslintrc.json 21 additions, 0 deletions.eslintrc.json
- next.config.js 4 additions, 4 deletionsnext.config.js
- package.json 8 additions, 1 deletionpackage.json
- postcss.config.js 2 additions, 2 deletionspostcss.config.js
- tailwind.config.js 130 additions, 130 deletionstailwind.config.js
- yarn.lock 247 additions, 34 deletionsyarn.lock
.eslintrc.json
0 → 100644
... | ... | @@ -27,11 +27,18 @@ |
"@babel/core": "^7.16.12", | ||
"@types/node": "^17.0.12", | ||
"@types/react": "^17.0.38", | ||
"@typescript-eslint/eslint-plugin": "^5.27.1", | ||
"@typescript-eslint/parser": "^5.27.1", | ||
"autoprefixer": "^10.4.2", | ||
"contentful-cli": "^1.12.4", | ||
"contentful-migration": "^4.8.1", | ||
"eslint": "^8.7.0", | ||
"eslint": "^8.0.1", | ||
"eslint-config-next": "^12.0.9", | ||
"eslint-config-standard": "^17.0.0", | ||
"eslint-plugin-import": "^2.25.2", | ||
"eslint-plugin-n": "^15.0.0", | ||
"eslint-plugin-promise": "^6.0.0", | ||
"eslint-plugin-vue": "^9.1.0", | ||
"postcss": "^8.4.5", | ||
"prettier": "^2.5.1", | ||
"tailwindcss": "^3.0.17", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment