Skip to content

Commit

Permalink
chore: .eslintrc formatting
Browse files Browse the repository at this point in the history
Co-authored-by: Nishant Arora <[email protected]>
  • Loading branch information
SgtPooki and whizzzkid authored Nov 28, 2023
1 parent 45d2a72 commit 4fef749
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@
"sourceType": "module",
"allowImportExportEverywhere": true
},
"ignorePatterns": ["**/test/fixtures/**", "**/bin/load-fixtures.sh", "**/dist/**", "**/node_modules/**"],
"ignorePatterns": [
"**/bin/load-fixtures.sh",
"**/dist/**",
"**/node_modules/**",
"**/test/fixtures/**"
],
}

0 comments on commit 4fef749

Please sign in to comment.