Skip to content

Commit 39eec7f

Browse files
committed
removed trailing comma from ignore
1 parent d78ee99 commit 39eec7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { defineConfig } from "eslint/config";
33

44
export default defineConfig([
55
{
6-
ignores: ["package-lock.json", "ext_script.js",],
6+
ignores: ["package-lock.json", "ext_script.js"],
77
},
88
config,
99
{

0 commit comments

Comments
 (0)