Skip to content

Commit 77d6cb1

Browse files
committed
Remove xo rules
1 parent 89fc050 commit 77d6cb1

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

package.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -99,19 +99,6 @@
9999
"strict": true
100100
},
101101
"xo": {
102-
"overrides": [
103-
{
104-
"files": [
105-
"**/*.ts"
106-
],
107-
"rules": {
108-
"@typescript-eslint/array-type": "off",
109-
"@typescript-eslint/ban-types": "off",
110-
"@typescript-eslint/consistent-type-definitions": "off",
111-
"@typescript-eslint/no-empty-function": "off"
112-
}
113-
}
114-
],
115102
"prettier": true
116103
}
117104
}

0 commit comments

Comments
 (0)