Added more files in the node ecosystem (#59)

This commit is contained in:
Youngrok Kim
2019-02-19 10:37:04 +00:00
committed by TJ Holowaychuk
parent af886aad50
commit 710bf6158b
+11
View File
@@ -15,6 +15,7 @@ import (
//
// Copied from yarn (mostly).
var DefaultFiles = []string{
"Jenkinsfile",
"Makefile",
"Gulpfile.js",
"Gruntfile.js",
@@ -38,6 +39,7 @@ var DefaultFiles = []string{
".htmllintrc",
"htmllint.js",
".lint",
".npmrc"
".npmignore",
".jshintrc",
".flowconfig",
@@ -69,8 +71,17 @@ var DefaultFiles = []string{
".yo-rc.json",
"jest.config.js",
"karma.conf.js",
"wallaby.js",
"wallaby.conf.js",
".prettierrc",
".prettierrc.yml",
".prettierrc.toml",
".prettierrc.js",
".prettierrc.json",
"prettier.config.js",
".appveyor.yml",
"tsconfig.json",
"tslint.json",
}
// DefaultDirectories pruned.