-
Notifications
You must be signed in to change notification settings - Fork 0
feat: some sort of Astro support #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
20ef187
855b48e
c8a0664
6ae8410
0611c9b
36da861
d964abf
adf029f
9a401c1
847bf92
3da9016
149bf64
3bc863e
f00e8d1
f13398b
25c9334
3bc29f2
e039fcb
05584fc
f549ff8
de77d5a
f93188d
d9cacd9
e67e08b
24dd4ab
d68b530
7c3714f
d65d74e
f6d3ab6
83d9c2f
a26aa1e
a04d72d
404c114
5d87fe3
95b6ac9
424f914
b3f058b
982bf1e
3c2349b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,42 +7,24 @@ working directory: | |
| ---------- | ||
|
|
||
| ! eslint(no-debugger): `debugger` statement is not allowed | ||
| ,-[fixtures/astro/debugger.astro:2:1] | ||
| 1 | --- | ||
| 2 | debugger | ||
| : ^^^^^^^^ | ||
| 3 | --- | ||
| `---- | ||
| help: Remove the debugger statement | ||
|
|
||
| ! eslint(no-debugger): `debugger` statement is not allowed | ||
| ,-[fixtures/astro/debugger.astro:11:3] | ||
| 10 | <script asdf > | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Need to change script handling to match current compiler, we should still parse as JS if there's attributes unless they're type="something" we don't know.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not sure if this is the same issue or something else now. |
||
| 11 | debugger | ||
| : ^^^^^^^^ | ||
| 12 | </script> | ||
| `---- | ||
| help: Remove the debugger statement | ||
|
|
||
| ! eslint(no-debugger): `debugger` statement is not allowed | ||
| ,-[fixtures/astro/debugger.astro:15:3] | ||
| 14 | <script asdf> | ||
| 15 | debugger | ||
| ,-[fixtures/astro/debugger.astro:12:3] | ||
| 11 | <script asdf > | ||
| 12 | debugger | ||
| : ^^^^^^^^ | ||
| 16 | </script> | ||
| 13 | </script> | ||
| `---- | ||
| help: Remove the debugger statement | ||
|
|
||
| ! eslint(no-debugger): `debugger` statement is not allowed | ||
| ,-[fixtures/astro/debugger.astro:19:3] | ||
| 18 | <script> | ||
| 19 | debugger | ||
| ,-[fixtures/astro/debugger.astro:16:3] | ||
| 15 | <script asdf> | ||
| 16 | debugger | ||
| : ^^^^^^^^ | ||
| 20 | </script> | ||
| 17 | </script> | ||
| `---- | ||
| help: Remove the debugger statement | ||
|
|
||
| Found 4 warnings and 0 errors. | ||
| Found 2 warnings and 0 errors. | ||
| Finished in <variable>ms on 1 file with 93 rules using 1 threads. | ||
| ---------- | ||
| CLI result: LintSucceeded | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.