From: Jérôme Benoit Date: Tue, 9 Feb 2021 18:51:56 +0000 (+0100) Subject: Add node TS type definition (#101) X-Git-Tag: v2.0.0-beta.2~65 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=ebc664acce3f23e8c9f1e870c472a1b58536bfb3;p=poolifier.git Add node TS type definition (#101) Signed-off-by: Jérôme Benoit --- diff --git a/.editorconfig b/.editorconfig index 5f5dd092..b63b37e5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,7 +12,7 @@ end_of_line = lf [*.{js,jsx,ts,tsx}] quote_type = single -[*.md] +[*.{md,MD}] max_line_length = off trim_trailing_whitespace = false diff --git a/package.json b/package.json index 418bff36..02be7c85 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,7 @@ }, "homepage": "https://github.com/pioardi/poolifier#readme", "devDependencies": { + "@types/node": "^14.14.25", "@typescript-eslint/eslint-plugin": "^4.15.0", "@typescript-eslint/parser": "^4.15.0", "benchmark": "^2.1.4",