We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b8415d commit d6277c9Copy full SHA for d6277c9
1 file changed
eslint.config.js
@@ -4,6 +4,9 @@ import tseslint from "typescript-eslint";
4
import { defineConfig } from "eslint/config";
5
6
export default defineConfig([
7
+ {
8
+ ignores: ["dist/**"],
9
+ },
10
{
11
files: ["**/*.{js,mjs,cjs,ts,mts,cts}"],
12
plugins: { js },
0 commit comments