ukkonen
Version:
Ukkonens approximate string matching algorithm for finding edit distance similar to Levenshtein
21 lines (20 loc) • 383 B
Plain Text
{
"extends": ["prettier", "eslint:recommended"],
"plugins": ["mocha", "node"],
"globals": {
"bench": false,
"suite": false
},
"env": {
"mocha": true,
"node": true,
},
"rules": {
"mocha/no-exclusive-tests": "error",
"mocha/no-nested-tests": "error",
"mocha/no-identical-title": "error"
},
"parserOptions": {
"ecmaVersion": 2017
}
}