Skip to content

Commit 042ba55

Browse files
committed
Ignore fixtures in formatting and linting
1 parent d95a00d commit 042ba55

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"semi": "off",
1616
"indent": ["error", "tab"]
1717
},
18+
"ignorePatterns": ["**/fixtures/**"],
1819
"overrides": [
1920
{
2021
"files": ["**/*.ts"],

src/test/fixtures/.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
root = true

0 commit comments

Comments
 (0)