Skip to content

Commit

Permalink
feat: eslint-config-next
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Dec 16, 2022
1 parent ef1565c commit 7b79448
Show file tree
Hide file tree
Showing 4 changed files with 347 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notables change for @leomotors/config will be noted here

## [0.5.0] - 2022-12-16

- feat: add eslint-config-next

## [0.4.0] - 2022-12-16

- feat: add prettier-plugin-tailwindcss
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@leomotors/config",
"description": "My personal config for node projects, include ESLint Prettier and TSConfig",
"version": "0.4.0",
"version": "0.5.0",
"license": "MIT",
"author": {
"name": "Nutthapat Pongtanyavichai",
Expand Down Expand Up @@ -48,6 +48,7 @@
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"eslint": "^8.29.0",
"eslint-config-next": "^13.0.7",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
Expand All @@ -65,6 +66,7 @@
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"eslint": "^8.29.0",
"eslint-config-next": "^13.0.7",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
Expand All @@ -78,6 +80,9 @@
"@ianvs/prettier-plugin-sort-imports": {
"optional": true
},
"eslint-config-next": {
"optional": true
},
"eslint-plugin-react": {
"optional": true
},
Expand Down
Loading

0 comments on commit 7b79448

Please sign in to comment.