Skip to content

Commit

Permalink
Add icon for Mocha configs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexesprit committed Jul 31, 2020
1 parent 0be9983 commit 3bbd5a4
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/data/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -279,18 +279,27 @@
".${name}.yaml",
".${name}.json"
]
},
{
"names": ["mocha"],
"templates": [
".${name}.json",
".${name}.jsonc",
".${name}.yaml",
".${name}.yml"
]
}
],
"config-src": [
"cakefile",
"gruntfile.js",
"gulpfile.js",
{
"names": ["eslint", "nyc", "prettier", "remark", "stylelint"],
"names": ["eslint", "mocha", "nyc", "prettier", "remark", "stylelint"],
"templates": [".${name}rc.js"]
},
{
"names": ["babel"],
"names": ["babel", "mocha"],
"templates": [".${name}rc.cjs", ".${name}rc.js", ".${name}rc.mjs"]
}
],
Expand Down

0 comments on commit 3bbd5a4

Please sign in to comment.