Skip to content

Commit

Permalink
feat: add a few more disallowed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ext committed Dec 28, 2023
1 parent e24fbb1 commit d386a79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/rules/disallowed-dependency.ts
Expand Up @@ -18,7 +18,10 @@ function scopedPrefix(prefix: string): RegExp {
}

const disallowedDependencies: RegExp[] = [
exact("ava"),
exact("jake"),
exact("tsd"),
exact("xo"),
prefix("babel-core"),
prefix("cypress"),
prefix("grunt"),
Expand Down

0 comments on commit d386a79

Please sign in to comment.