Skip to content

Commit f8fad38

Browse files
committed
chore(putout) ESLint: always ignore 'fixture' directory
1 parent 8e01097 commit f8fad38

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/engine-loader/.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@
2020
"plugins": [
2121
"putout",
2222
"node"
23-
]
23+
],
24+
"ignorePatterns": ["**/fixture"]
2425
}

0 commit comments

Comments
 (0)