Skip to content

Commit bd718ea

Browse files
committed
sort lines
1 parent 5ae182c commit bd718ea

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/eslint/src/globalIgnores.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ import { packageName } from './packageName.js'
1313
export const globalIgnores = {
1414
name: `${packageName}/global-ignores`,
1515
ignores: [
16-
'**/dist/',
17-
'**/build/',
18-
'**/coverage/',
1916
'**/__snapshots__/',
20-
'**/temp/',
17+
'**/.docusaurus/',
18+
'**/.expo/',
19+
'**/.next/',
2120
'**/.temp/',
2221
'**/.tmp/',
2322
'**/.yalc/',
2423
'**/.yarn/',
25-
'**/.docusaurus/',
26-
'**/.next/',
27-
'**/.expo/',
2824
'**/*.snap',
25+
'**/build/',
26+
'**/coverage/',
27+
'**/dist/',
28+
'**/temp/',
2929
],
3030
} as const satisfies TSESLint.FlatConfig.Config satisfies Linter.Config

0 commit comments

Comments
 (0)