|
@@ -13,7 +13,10 @@
|
|
},
|
|
},
|
|
"rules": {
|
|
"rules": {
|
|
"lodash/prefer-lodash-method": [2, {
|
|
"lodash/prefer-lodash-method": [2, {
|
|
- "ignoreMethods": ["find", "endsWith", "startsWith", "filter", "map"]
|
|
|
|
|
|
+ "ignoreMethods": [
|
|
|
|
+ "find", "endsWith", "startsWith", "filter",
|
|
|
|
+ "map", "replace", "toLower", "split", "trim"
|
|
|
|
+ ]
|
|
}],
|
|
}],
|
|
"lodash/prefer-startswith": "off",
|
|
"lodash/prefer-startswith": "off",
|
|
"lodash/prefer-constant": "off",
|
|
"lodash/prefer-constant": "off",
|