We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
xo
1 parent 2aaad5d commit 0c73453Copy full SHA for 0c73453
index.js
@@ -6,6 +6,7 @@ var sh = 'X'
6
var th = '0'
7
8
// Get the phonetics according to the original Metaphone algorithm from a value
9
+// eslint-disable-next-line complexity
10
function metaphone(value) {
11
var phonized = ''
12
var index = 0
package.json
@@ -54,9 +54,6 @@
54
"xo": {
55
"prettier": true,
56
"esnext": false,
57
- "rules": {
58
- "complexity": "off"
59
- },
60
"ignore": [
61
"metaphone.js"
62
]
0 commit comments