Skip to content

Commit

Permalink
chore: update parser and fix some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Nov 22, 2023
1 parent 3691efe commit d4dbc6b
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 24 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"postcss-safe-parser": "^6.0.0",
"postcss-selector-parser": "^6.0.11",
"semver": "^7.5.3",
"svelte-eslint-parser": ">=0.34.0-next.2 <1.0.0"
"svelte-eslint-parser": ">=0.34.0-next.4 <1.0.0"
},
"devDependencies": {
"@1stg/browserslist-config": "^1.2.3",
Expand Down
4 changes: 0 additions & 4 deletions tests/fixtures/rules/indent/invalid/await01-requirements.json

This file was deleted.

4 changes: 0 additions & 4 deletions tests/fixtures/rules/indent/invalid/each01-requirements.json

This file was deleted.

4 changes: 0 additions & 4 deletions tests/fixtures/rules/indent/invalid/if01-requirements.json

This file was deleted.

4 changes: 0 additions & 4 deletions tests/fixtures/rules/indent/invalid/key01-requirements.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- message: Expected no space after '{', but found.
line: 2
column: 3
column: 1
suggestions: null
- message: Expected no space before '}', but found.
line: 2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"FIXME": "It seems to return the wrong location in Svelte v5.",
"svelte": "<=0.0.0 >=5.0.0-0"
"svelte": ">=5.0.0-0"
}

This file was deleted.

0 comments on commit d4dbc6b

Please sign in to comment.