Skip to content

Commit

Permalink
fix(tslint-config): add async_hooks and child_process to builtin group
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Nov 3, 2019
1 parent 127dcf8 commit 821081b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/tslint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/tslint-config",
"version": "0.5.3",
"version": "0.5.3-beta",
"description": "Personal but Shareable TSLint Configuration for all 1stG.me projects.",
"repository": "git@github.com:1stG/configs.git",
"author": "JounQin <admin@1stg.me>",
Expand Down
2 changes: 1 addition & 1 deletion packages/tslint-config/tslint.json
Expand Up @@ -18,7 +18,7 @@
"named-imports-order": "lowercase-last",
"groups": [
// common node builtin modules
"^(http[2s]?|fs|module|path|util|vm|worker_threads)$",
"^(async_hooks|child_process|http[2s]?|fs|module|path|util|vm|worker_threads)$",
"^(?!app[\\w-]*/)(@[^/]|[^@.])",
"^(@|app[\\w-]*)/",
"^(../)+",
Expand Down

0 comments on commit 821081b

Please sign in to comment.