Skip to content

Commit

Permalink
fix lint, add header
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Sep 4, 2024
1 parent aa3f751 commit 976ce69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default tseslint.config(
"**/init.js",
"**/rollup.config.js",
"**/bindings.ts",
"**/.test-server",
".scripts",
"eslint.config.js",
],
Expand Down
4 changes: 4 additions & 0 deletions plugins/deep-link/.test-server/server.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2019-2023 Tauri Programme within The Commons Conservancy
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT

import http from "http";
import fs from "fs";

Expand Down

0 comments on commit 976ce69

Please sign in to comment.