Skip to content

Commit

Permalink
chore: update snapshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvxa committed Jul 1, 2024
1 parent b929028 commit b2d4726
Showing 1 changed file with 22 additions and 23 deletions.
45 changes: 22 additions & 23 deletions crates/oxc_linter/src/snapshots/no_empty_file.snap
Original file line number Diff line number Diff line change
Expand Up @@ -9,141 +9,140 @@ source: crates/oxc_linter/src/tester.rs
eslint-plugin-unicorn(no-empty-file): Empty files are not allowed.
╭─[no_empty_file.tsx:1:1]
1
·
·
╰────
help: Delete this file or add some code to it.

eslint-plugin-unicorn(no-empty-file): Empty files are not allowed.
╭─[no_empty_file.tsx:1:1]
1
·
· ────
╰────
help: Delete this file or add some code to it.

eslint-plugin-unicorn(no-empty-file): Empty files are not allowed.
╭─[no_empty_file.tsx:1:1]
1
·
·
╰────
help: Delete this file or add some code to it.

eslint-plugin-unicorn(no-empty-file): Empty files are not allowed.
╭─[no_empty_file.tsx:1:1]
0
·
·
╰────
help: Delete this file or add some code to it.

eslint-plugin-unicorn(no-empty-file): Empty files are not allowed.
╭─[no_empty_file.tsx:1:1]
1
·
·
╰────
help: Delete this file or add some code to it.

eslint-plugin-unicorn(no-empty-file): Empty files are not allowed.
╭─[no_empty_file.tsx:1:1]
1
· ▲
2
3
1 │ ╭─▶
2 │ │
3 │ ╰─▶
╰────
help: Delete this file or add some code to it.

eslint-plugin-unicorn(no-empty-file): Empty files are not allowed.
╭─[no_empty_file.tsx:1:1]
1// comment
·
· ──────────
╰────
help: Delete this file or add some code to it.

eslint-plugin-unicorn(no-empty-file): Empty files are not allowed.
╭─[no_empty_file.tsx:1:1]
1/* comment */
·
· ─────────────
╰────
help: Delete this file or add some code to it.

eslint-plugin-unicorn(no-empty-file): Empty files are not allowed.
╭─[no_empty_file.tsx:1:1]
1 │ #!/usr/bin/env node
·
· ───────────────────
╰────
help: Delete this file or add some code to it.

eslint-plugin-unicorn(no-empty-file): Empty files are not allowed.
╭─[no_empty_file.tsx:1:1]
1'use asm';
·
· ──────────
╰────
help: Delete this file or add some code to it.

eslint-plugin-unicorn(no-empty-file): Empty files are not allowed.
╭─[no_empty_file.tsx:1:1]
1'use strict';
·
· ─────────────
╰────
help: Delete this file or add some code to it.

eslint-plugin-unicorn(no-empty-file): Empty files are not allowed.
╭─[no_empty_file.tsx:1:1]
1"use strict"
·
· ────────────
╰────
help: Delete this file or add some code to it.

eslint-plugin-unicorn(no-empty-file): Empty files are not allowed.
╭─[no_empty_file.tsx:1:1]
1""
·
· ──
╰────
help: Delete this file or add some code to it.

eslint-plugin-unicorn(no-empty-file): Empty files are not allowed.
╭─[no_empty_file.tsx:1:1]
1 │ ;
·
·
╰────
help: Delete this file or add some code to it.

eslint-plugin-unicorn(no-empty-file): Empty files are not allowed.
╭─[no_empty_file.tsx:1:1]
1 │ ;;
·
· ──
╰────
help: Delete this file or add some code to it.

eslint-plugin-unicorn(no-empty-file): Empty files are not allowed.
╭─[no_empty_file.tsx:1:1]
1 │ {}
·
· ──
╰────
help: Delete this file or add some code to it.

eslint-plugin-unicorn(no-empty-file): Empty files are not allowed.
╭─[no_empty_file.tsx:1:1]
1 │ {;;}
·
· ────
╰────
help: Delete this file or add some code to it.

eslint-plugin-unicorn(no-empty-file): Empty files are not allowed.
╭─[no_empty_file.tsx:1:1]
1 │ {{}}
·
· ────
╰────
help: Delete this file or add some code to it.

eslint-plugin-unicorn(no-empty-file): Empty files are not allowed.
╭─[no_empty_file.tsx:1:1]
1"";
·
· ───
╰────
help: Delete this file or add some code to it.

eslint-plugin-unicorn(no-empty-file): Empty files are not allowed.
╭─[no_empty_file.tsx:1:1]
1"use strict";
·
· ─────────────
╰────
help: Delete this file or add some code to it.

0 comments on commit b2d4726

Please sign in to comment.