We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d78ee99 commit 39eec7fCopy full SHA for 39eec7f
eslint.config.mjs
@@ -3,7 +3,7 @@ import { defineConfig } from "eslint/config";
3
4
export default defineConfig([
5
{
6
- ignores: ["package-lock.json", "ext_script.js",],
+ ignores: ["package-lock.json", "ext_script.js"],
7
},
8
config,
9
0 commit comments