Skip to content

Commit

Permalink
feat(next-config): adicionado supporte ao next
Browse files Browse the repository at this point in the history
  • Loading branch information
andrefelipeschulle committed Jun 27, 2024
1 parent 55338ee commit c8dffee
Show file tree
Hide file tree
Showing 9 changed files with 424 additions and 503 deletions.
51 changes: 0 additions & 51 deletions legacy/next.js

This file was deleted.

87 changes: 0 additions & 87 deletions legacy/react.js

This file was deleted.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brainylab/eslint-config",
"version": "2.4.3",
"version": "2.5.0",
"description": "ESLint config for BrainyLab projects",
"keywords": [
"eslint",
Expand Down Expand Up @@ -42,29 +42,29 @@
}
},
"dependencies": {
"@eslint/js": "9.4.0",
"eslint": "9.4.0",
"@eslint/js": "9.5.0",
"@next/eslint-plugin-next": "14.2.4",
"eslint": "9.5.0",
"eslint-config-prettier": "9.1.0",
"eslint-define-config": "2.1.0",
"eslint-plugin-import-x": "0.5.1",
"eslint-plugin-import-x": "0.5.2",
"eslint-plugin-n": "17.9.0",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-react-hooks": "4.6.2",
"globals": "15.4.0",
"react": "18.3.1",
"typescript-eslint": "7.13.0"
"globals": "15.6.0",
"typescript-eslint": "7.14.1"
},
"devDependencies": {
"@brainylab/prettier-config": "0.2.4",
"@types/eslint-config-prettier": "6.11.3",
"@types/eslint__js": "8.42.3",
"@types/node": "20.14.2",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"@types/node": "20.14.9",
"commitizen": "4.3.0",
"cz-conventional-changelog": "3.3.0",
"fast-glob": "3.3.2",
"tsup": "8.1.0",
"tsx": "4.15.4",
"typescript": "^5.4.5"
"tsx": "4.15.7",
"typescript": "5.5.2"
},
"peerDependencies": {
"eslint": ">=8.56.0",
Expand Down
Loading

0 comments on commit c8dffee

Please sign in to comment.