Skip to content

Commit

Permalink
Merge branch 'master' into pr/884
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbarth committed Mar 6, 2024
2 parents bb530b8 + 30b1478 commit 0f0ff67
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 237 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
{
"files": ["test/**"],
"rules": {
"@typescript-eslint/ban-ts-comment": "off"
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/no-explicit-any": "error"
}
}
]
Expand Down
10 changes: 9 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
{
"printWidth": 100
"printWidth": 100,
"overrides": [
{
"files": "README.MD",
"options": {
"proseWrap": "always"
}
}
]
}
Loading

0 comments on commit 0f0ff67

Please sign in to comment.