Skip to content

Commit

Permalink
Remove xo rules
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 6, 2023
1 parent 89fc050 commit 77d6cb1
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,19 +99,6 @@
"strict": true
},
"xo": {
"overrides": [
{
"files": [
"**/*.ts"
],
"rules": {
"@typescript-eslint/array-type": "off",
"@typescript-eslint/ban-types": "off",
"@typescript-eslint/consistent-type-definitions": "off",
"@typescript-eslint/no-empty-function": "off"
}
}
],
"prettier": true
}
}

0 comments on commit 77d6cb1

Please sign in to comment.