chore: use common eslint config for most packages (#4705)
Split from https://github.com/twentyhq/twenty/pull/4518 Related to #4766 Mutualizes eslint config between projects. I didn't include `twenty-server` in this PR as this was causing too many lint errors.
This commit is contained in:
14
yarn.lock
14
yarn.lock
@ -8245,6 +8245,15 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@next/eslint-plugin-next@npm:^14.1.4":
|
||||
version: 14.1.4
|
||||
resolution: "@next/eslint-plugin-next@npm:14.1.4"
|
||||
dependencies:
|
||||
glob: "npm:10.3.10"
|
||||
checksum: fb49237153bf528ef3939e1ceae0f658e44abcf0ca155d8042c7961f523e4d9aeba3de18532b633734f3b5524b644e9c3c5187089e0d400896c1c35812bbbdd3
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@next/swc-darwin-arm64@npm:14.0.4":
|
||||
version: 14.0.4
|
||||
resolution: "@next/swc-darwin-arm64@npm:14.0.4"
|
||||
@ -25805,7 +25814,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint-plugin-import@npm:^2.27.5, eslint-plugin-import@npm:^2.28.1":
|
||||
"eslint-plugin-import@npm:2.29.1, eslint-plugin-import@npm:^2.28.1":
|
||||
version: 2.29.1
|
||||
resolution: "eslint-plugin-import@npm:2.29.1"
|
||||
dependencies:
|
||||
@ -45876,6 +45885,7 @@ __metadata:
|
||||
"@nestjs/terminus": "npm:^9.2.2"
|
||||
"@nestjs/testing": "npm:^9.0.0"
|
||||
"@nestjs/typeorm": "npm:^10.0.0"
|
||||
"@next/eslint-plugin-next": "npm:^14.1.4"
|
||||
"@nivo/calendar": "npm:^0.84.0"
|
||||
"@nivo/core": "npm:^0.84.0"
|
||||
"@nx/eslint": "npm:18.1.3"
|
||||
@ -45997,7 +46007,7 @@ __metadata:
|
||||
eslint: "npm:^8.53.0"
|
||||
eslint-config-next: "npm:14.0.4"
|
||||
eslint-config-prettier: "npm:^9.1.0"
|
||||
eslint-plugin-import: "npm:^2.27.5"
|
||||
eslint-plugin-import: "npm:2.29.1"
|
||||
eslint-plugin-jsx-a11y: "npm:^6.8.0"
|
||||
eslint-plugin-prefer-arrow: "npm:^1.2.3"
|
||||
eslint-plugin-prettier: "npm:^5.1.2"
|
||||
|
||||
Reference in New Issue
Block a user