fix(deps): update eslint (eslint-config) #149
Annotations
7 errors
Test ESLint Config:
packages/eslint-config/test/snapshot.test.ts#L25
Error: Snapshot `Test ESLint config with snapshot > js preset > matches snapshot 1` mismatched
- Expected
+ Received
@@ -1,10 +1,10 @@
{
"language": "@/js",
"languageOptions": {
"ecmaVersion": "latest",
- "parser": "[email protected]",
+ "parser": "[email protected]",
"parserOptions": {},
"sourceType": "module",
},
"linterOptions": {
"reportUnusedDisableDirectives": 1,
❯ test/snapshot.test.ts:25:22
|
Test ESLint Config:
packages/eslint-config/test/snapshot.test.ts#L40
Error: Snapshot `Test ESLint config with snapshot > ts preset > matches snapshot 1` mismatched
- Expected
+ Received
@@ -1,10 +1,10 @@
{
"language": "@/js",
"languageOptions": {
"ecmaVersion": "latest",
- "parser": "typescript-eslint/[email protected]",
+ "parser": "typescript-eslint/[email protected]",
"parserOptions": {
"projectService": {
"allowDefaultProject": {
"0": "*.js",
"1": "*.mjs",
@@ -20,11 +20,11 @@
"reportUnusedDisableDirectives": 1,
},
"plugins": [
"@",
"perfectionist:perfectionist",
- "@typescript-eslint:@typescript-eslint/[email protected]",
+ "@typescript-eslint:@typescript-eslint/[email protected]",
"@stylistic/ts",
],
"processor": undefined,
"rules": {
"@babel/object-curly-spacing": [
❯ test/snapshot.test.ts:40:22
|
Test ESLint Config:
packages/eslint-config/test/snapshot.test.ts#L55
Error: Snapshot `Test ESLint config with snapshot > react preset > matches snapshot 1` mismatched
- Expected
+ Received
@@ -1126,11 +1126,11 @@
"top": false,
"trustedTypes": false,
"visualViewport": false,
"window": false,
},
- "parser": "typescript-eslint/[email protected]",
+ "parser": "typescript-eslint/[email protected]",
"parserOptions": {
"ecmaFeatures": {
"jsx": true,
},
"jsxPragma": null,
@@ -1150,11 +1150,11 @@
"reportUnusedDisableDirectives": 1,
},
"plugins": [
"@",
"perfectionist:perfectionist",
- "@typescript-eslint:@typescript-eslint/[email protected]",
+ "@typescript-eslint:@typescript-eslint/[email protected]",
"@stylistic/ts",
"react",
"react-hooks",
"react-refresh",
"jsx-a11y:[email protected]",
❯ test/snapshot.test.ts:55:22
|
Test ESLint Config:
packages/eslint-config/test/snapshot.test.ts#L70
Error: Snapshot `Test ESLint config with snapshot > astro preset > matches snapshot 1` mismatched
- Expected
+ Received
@@ -1143,11 +1143,11 @@
"parser": "[email protected]",
"parserOptions": {
"extraFileExtensions": {
"0": ".astro",
},
- "parser": "[email protected]",
+ "parser": "[email protected]",
"project": true,
"projectService": false,
"tsconfigRootDir": "/home/runner/work/js-config/js-config",
},
"sourceType": "module",
@@ -1156,11 +1156,11 @@
"reportUnusedDisableDirectives": 1,
},
"plugins": [
"@",
"perfectionist:perfectionist",
- "@typescript-eslint:@typescript-eslint/[email protected]",
+ "@typescript-eslint:@typescript-eslint/[email protected]",
"@stylistic/ts",
"astro:[email protected]",
"jsx-a11y:[email protected]",
],
"processor": "astro/client-side-ts",
❯ test/snapshot.test.ts:70:22
|
Test ESLint Config
Process completed with exit code 1.
|
Mark as failure if any Error
Snapshot test failed.
|
Mark as failure if any Error
Process completed with exit code 1.
|
Loading