Skip to content

Commit 4cf3b03

Browse files
authored
fix(eslint-plugin): ignore bundle-size package directory (#31018)
1 parent 4d23188 commit 4cf3b03

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "fix(eslint-plugin): ignore bundle-size package directory",
4+
"packageName": "@fluentui/eslint-plugin",
5+
"email": "martinhochel@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}

packages/eslint-plugin/src/configs/core.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ const config = {
6363
'lib-commonjs',
6464
'node_modules',
6565
'temp',
66+
'bundle-size',
6667
'**/__snapshots__',
6768
'**/*.scss.ts',
6869
],

0 commit comments

Comments
 (0)