We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdfd663 commit e5fa8e5Copy full SHA for e5fa8e5
eslint.config.js
@@ -9,6 +9,7 @@ const compat = new FlatCompat({
9
module.exports = [
10
...compat.config({
11
root: true,
12
+ ignorePatterns: ["dist/**", "**/dev-dist/**"],
13
env: {
14
node: true,
15
browser: true,
0 commit comments