chore: bump ESLint to version 8 (#10433)

This commit is contained in:
Max Schmitt 2021-11-19 18:48:33 +01:00 committed by GitHub
parent e76edef3e2
commit b8b0d7139c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 517 additions and 775 deletions

890
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -21,7 +21,7 @@
"ttest": "node ./tests/playwright-test/stable-test-runner/node_modules/@playwright/test/cli test --config=tests/playwright-test/playwright-test.config.ts", "ttest": "node ./tests/playwright-test/stable-test-runner/node_modules/@playwright/test/cli test --config=tests/playwright-test/playwright-test.config.ts",
"vtest": "cross-env PLAYWRIGHT_DOCKER=1 node ./tests/playwright-test/stable-test-runner/node_modules/@playwright/test/cli test --config=tests/playwright-test/playwright-test.config.ts", "vtest": "cross-env PLAYWRIGHT_DOCKER=1 node ./tests/playwright-test/stable-test-runner/node_modules/@playwright/test/cli test --config=tests/playwright-test/playwright-test.config.ts",
"test": "playwright test --config=tests/config/default.config.ts", "test": "playwright test --config=tests/config/default.config.ts",
"eslint": "eslint -f codeframe --ext ts,tsx .", "eslint": "eslint --ext ts,tsx .",
"tsc": "tsc -p .", "tsc": "tsc -p .",
"build-installer": "babel -s --extensions \".ts\" --out-dir packages/playwright-core/lib/utils/ packages/playwright-core/src/utils", "build-installer": "babel -s --extensions \".ts\" --out-dir packages/playwright-core/lib/utils/ packages/playwright-core/src/utils",
"doc": "node utils/doclint/cli.js", "doc": "node utils/doclint/cli.js",
@ -67,8 +67,8 @@
"@types/ws": "7.2.6", "@types/ws": "7.2.6",
"@types/xml2js": "^0.4.5", "@types/xml2js": "^0.4.5",
"@types/yazl": "^2.4.2", "@types/yazl": "^2.4.2",
"@typescript-eslint/eslint-plugin": "^4.31.2", "@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^4.31.2", "@typescript-eslint/parser": "^5.4.0",
"@vercel/ncc": "^0.31.1", "@vercel/ncc": "^0.31.1",
"@zip.js/zip.js": "^2.3.17", "@zip.js/zip.js": "^2.3.17",
"ansi-to-html": "^0.7.1", "ansi-to-html": "^0.7.1",
@ -81,9 +81,9 @@
"css-loader": "^6.4.0", "css-loader": "^6.4.0",
"electron": "^12.2.1", "electron": "^12.2.1",
"enquirer": "^2.3.6", "enquirer": "^2.3.6",
"eslint": "^7.31.0", "eslint": "^8.2.0",
"eslint-plugin-notice": "^0.9.10", "eslint-plugin-notice": "^0.9.10",
"eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-react-hooks": "^4.3.0",
"file-loader": "^6.2.0", "file-loader": "^6.2.0",
"formidable": "^1.2.2", "formidable": "^1.2.2",
"html-webpack-plugin": "^5.3.2", "html-webpack-plugin": "^5.3.2",