Skip to content

Commit

Permalink
Remove superfluous xo rules
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 18, 2019
1 parent 48768d6 commit 7ea52f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ var hForS = /EIM|OEK|OLM|OLZ/
var dutchSch = /E[DMNR]|UY|OO/

// Get the phonetics according to the Double Metaphone algorithm from a value.
// eslint-disable-next-line complexity
function doubleMetaphone(value) {
var primary = ''
var secondary = ''
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@
"xo": {
"prettier": true,
"esnext": false,
"rules": {
"complexity": "off"
},
"ignores": [
"double-metaphone.js"
]
Expand Down

0 comments on commit 7ea52f7

Please sign in to comment.