Skip to content

Commit 0c73453

Browse files
committed
Remove superfluous xo rules
1 parent 2aaad5d commit 0c73453

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ var sh = 'X'
66
var th = '0'
77

88
// Get the phonetics according to the original Metaphone algorithm from a value
9+
// eslint-disable-next-line complexity
910
function metaphone(value) {
1011
var phonized = ''
1112
var index = 0

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@
5454
"xo": {
5555
"prettier": true,
5656
"esnext": false,
57-
"rules": {
58-
"complexity": "off"
59-
},
6057
"ignore": [
6158
"metaphone.js"
6259
]

0 commit comments

Comments
 (0)