Merge pull request #5026 from mozilla/dependabot/npm_and_yarn/eslint-config-next-14.2.9
Bump eslint-config-next from 14.2.7 to 14.2.9
This commit is contained in:
Коммит
aeb6974f8c
|
@ -1,11 +1,10 @@
|
|||
module.exports = {
|
||||
extends: [
|
||||
"eslint:recommended",
|
||||
"plugin:@typescript-eslint/recommended",
|
||||
"plugin:jest-dom/recommended",
|
||||
"next",
|
||||
"next/core-web-vitals",
|
||||
"next/typescript",
|
||||
],
|
||||
parser: "@typescript-eslint/parser",
|
||||
plugins: ["@typescript-eslint", "testing-library", "jest-dom"],
|
||||
rules: {
|
||||
// We export the Next.js app to static HTML,
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
/// <reference types="next/image-types/global" />
|
||||
|
||||
// NOTE: This file should not be edited
|
||||
// see https://nextjs.org/docs/basic-features/typescript for more information.
|
||||
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
|
||||
|
|
|
@ -45,11 +45,9 @@
|
|||
"@testing-library/user-event": "^14.5.2",
|
||||
"@types/jest-axe": "^3.5.9",
|
||||
"@types/react": "^18.3.5",
|
||||
"@typescript-eslint/eslint-plugin": "^8.4.0",
|
||||
"@typescript-eslint/parser": "^8.4.0",
|
||||
"babel-jest": "^29.7.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-next": "^14.2.7",
|
||||
"eslint-config-next": "^14.2.9",
|
||||
"eslint-plugin-jest-dom": "^5.4.0",
|
||||
"eslint-plugin-testing-library": "^6.3.0",
|
||||
"husky": "^9.1.5",
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Загрузка…
Ссылка в новой задаче