Skip to content

Commit

Permalink
fix(revert-update-code): revertido alteração nas regras
Browse files Browse the repository at this point in the history
  • Loading branch information
andrefelipeschulle committed Nov 10, 2023
1 parent b7a1fa4 commit d8c6d09
Show file tree
Hide file tree
Showing 6 changed files with 192 additions and 160 deletions.
1 change: 1 addition & 0 deletions packages/base/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module.exports = {
'no-useless-constructor': 'off',
'no-useless-catch': 'off',
'@typescript-eslint/adjacent-overload-signatures': 'off',
"@typescript-eslint/no-explicit-any": "warn",
'import-helpers/order-imports': [
'warn',
{
Expand Down
12 changes: 6 additions & 6 deletions packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brainylab/eslint-config-base",
"version": "0.7.0",
"version": "0.7.2",
"main": "index.js",
"license": "MIT",
"description": "ESLint configuration used by BrainyLab.",
Expand All @@ -15,10 +15,10 @@
"url": "git+https://github.com/brainylab/eslint-config"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"@typescript-eslint/typescript-estree": "6.9.1",
"eslint": "8.52.0",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"@typescript-eslint/typescript-estree": "6.10.0",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-standard": "17.1.0",
"eslint-import-resolver-typescript": "3.6.1",
Expand All @@ -30,7 +30,7 @@
"prettier": "3.0.3"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"peerDependencies": {
"eslint": ">=8",
Expand Down
6 changes: 3 additions & 3 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brainylab/eslint-config-next",
"version": "0.1.14",
"version": "0.1.16",
"main": "index.js",
"license": "MIT",
"keywords": [
Expand All @@ -15,8 +15,8 @@
"url": "git+https://github.com/brainylab/eslint-config"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.9.1",
"eslint-config-next": "14.0.1",
"@typescript-eslint/eslint-plugin": "6.10.0",
"eslint-config-next": "14.0.2",
"eslint-plugin-import-helpers": "1.3.1"
}
}
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brainylab/eslint-config-react-native",
"version": "0.0.7",
"version": "0.0.9",
"main": "index.js",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brainylab/eslint-config-react",
"version": "0.1.37",
"version": "0.1.39",
"main": "index.js",
"license": "MIT",
"keywords": [
Expand All @@ -14,8 +14,8 @@
"url": "git+https://github.com/brainylab/eslint-config"
},
"dependencies": {
"@brainylab/eslint-config-base": "0.7.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"@brainylab/eslint-config-base": "0.7.2",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0"
}
Expand Down
Loading

0 comments on commit d8c6d09

Please sign in to comment.