pl-fe: update eslint
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
9a30f20254
commit
e78638f6c0
3 changed files with 635 additions and 381 deletions
|
@ -16,14 +16,15 @@
|
|||
"ATTACHMENT_HOST": false
|
||||
},
|
||||
"plugins": [
|
||||
"jsdoc",
|
||||
"react",
|
||||
"jsx-a11y",
|
||||
"import",
|
||||
"promise",
|
||||
"react-hooks",
|
||||
"@stylistic",
|
||||
"@typescript-eslint",
|
||||
"formatjs"
|
||||
"formatjs",
|
||||
"import",
|
||||
"jsdoc",
|
||||
"jsx-a11y",
|
||||
"promise",
|
||||
"react",
|
||||
"react-hooks"
|
||||
],
|
||||
"parserOptions": {
|
||||
"sourceType": "module",
|
||||
|
@ -303,7 +304,7 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"@typescript-eslint/member-delimiter-style": "error",
|
||||
"@stylistic/member-delimiter-style": "error",
|
||||
"promise/catch-or-return": "error",
|
||||
"react-hooks/rules-of-hooks": "error",
|
||||
"tailwindcss/classnames-order": [
|
||||
|
|
|
@ -189,25 +189,27 @@
|
|||
"@formatjs/cli": "^6.2.0",
|
||||
"@gitbeaker/node": "^35.8.0",
|
||||
"@jedmao/redux-mock-store": "^3.0.5",
|
||||
"@stylistic/eslint-plugin": "^2.8.0",
|
||||
"@testing-library/jest-dom": "^6.1.3",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
"@testing-library/react-hooks": "^8.0.1",
|
||||
"@testing-library/user-event": "^14.5.1",
|
||||
"@typescript-eslint/eslint-plugin": "^7.0.0",
|
||||
"@typescript-eslint/parser": "^7.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.6.0",
|
||||
"@typescript-eslint/parser": "^8.6.0",
|
||||
"babel-plugin-transform-require-context": "^0.1.1",
|
||||
"eslint": "^8.49.0",
|
||||
"eslint-import-resolver-typescript": "^3.6.0",
|
||||
"eslint-plugin-compat": "^4.2.0",
|
||||
"eslint-plugin-formatjs": "^4.12.2",
|
||||
"eslint-plugin-import": "^2.28.1",
|
||||
"eslint-plugin-jsdoc": "^48.0.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.7.1",
|
||||
"eslint-plugin-promise": "^6.0.0",
|
||||
"eslint-plugin-react": "^7.33.2",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"eslint-plugin-tailwindcss": "^3.13.0",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-import-resolver-typescript": "^3.6.3",
|
||||
"eslint-plugin-compat": "^6.0.1",
|
||||
"eslint-plugin-formatjs": "^4.13.3",
|
||||
"eslint-plugin-import": "^2.30.0",
|
||||
"eslint-plugin-jsdoc": "^50.2.4",
|
||||
"eslint-plugin-jsx-a11y": "^6.10.0",
|
||||
"eslint-plugin-promise": "^7.1.0",
|
||||
"eslint-plugin-react": "^7.36.1",
|
||||
"eslint-plugin-react-hooks": "^4.6.2",
|
||||
"eslint-plugin-tailwindcss": "^3.17.4",
|
||||
"fake-indexeddb": "^5.0.0",
|
||||
"globals": "^15.9.0",
|
||||
"husky": "^9.0.0",
|
||||
"jsdom": "^24.0.0",
|
||||
"lint-staged": ">=10",
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue