Closed eglove closed 4 months ago
While I really love this project, I think we need the option to ignore some cases via config.
"depend/ban-dependencies": ["error", {ignores: ["lodash"]}],
I apologize, I should have just tried this. The error message pointed me in the right direction.
"depend/ban-dependencies": ["error", { allowed: ["lodash"] }],
While I really love this project, I think we need the option to ignore some cases via config.
"depend/ban-dependencies": ["error", {ignores: ["lodash"]}],