Skip to content

Commit b35c9dc

Browse files
committed
feat: ignore patterns for eslint
1 parent ecdb9ff commit b35c9dc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

eslint.config.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,9 @@ export default [
125125
},
126126
},
127127
},
128+
129+
// Files and folders that must be ignored
130+
{
131+
ignores: ["webpack.config.js"],
132+
},
128133
];

0 commit comments

Comments
 (0)