From cb9c924e020ed04d51bc7f9b0ff8ae5e83c4a089 Mon Sep 17 00:00:00 2001 From: ChiefORZ Date: Wed, 13 Jul 2022 11:04:31 +0200 Subject: [PATCH] fix: add missing dependencies --- .eslintrc.js | 3 +++ lib/tslint-config.js | 1 - package.json | 4 +++- yarn.lock | 15 ++++++++++++++- 4 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 .eslintrc.js diff --git a/.eslintrc.js b/.eslintrc.js new file mode 100644 index 0000000..f042eae --- /dev/null +++ b/.eslintrc.js @@ -0,0 +1,3 @@ +var config = require('./lib/tslint-config'); + +module.exports = config \ No newline at end of file diff --git a/lib/tslint-config.js b/lib/tslint-config.js index 1535ef0..fa01d07 100644 --- a/lib/tslint-config.js +++ b/lib/tslint-config.js @@ -1,4 +1,3 @@ -// @ts-check module.exports = { root: true, parser: '@typescript-eslint/parser', diff --git a/package.json b/package.json index 68bf064..8ce90ce 100644 --- a/package.json +++ b/package.json @@ -15,10 +15,12 @@ "@typescript-eslint/parser": "^5.30.6", "eslint": "^7.32.0", "eslint-config-prettier": "^8.5.0", + "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-prefer-arrow": "^1.2.3", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-simple-import-sort": "^7.0.0", - "prettier": "^2.7.1" + "prettier": "^2.7.1", + "typescript": "^4.7.4" } } diff --git a/yarn.lock b/yarn.lock index 4da0753..0934b35 100644 --- a/yarn.lock +++ b/yarn.lock @@ -494,6 +494,14 @@ eslint-module-utils@^2.7.3: debug "^3.2.7" find-up "^2.1.0" +eslint-plugin-eslint-comments@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-3.2.0.tgz#9e1cd7b4413526abb313933071d7aba05ca12ffa" + integrity sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ== + dependencies: + escape-string-regexp "^1.0.5" + ignore "^5.0.5" + eslint-plugin-import@^2.26.0: version "2.26.0" resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz#f812dc47be4f2b72b478a021605a59fc6fe8b88b" @@ -859,7 +867,7 @@ ignore@^4.0.6: resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc" integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg== -ignore@^5.2.0: +ignore@^5.0.5, ignore@^5.2.0: version "5.2.0" resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a" integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ== @@ -1481,6 +1489,11 @@ type-fest@^0.20.2: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4" integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== +typescript@^4.7.4: + version "4.7.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235" + integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ== + unbox-primitive@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.2.tgz#29032021057d5e6cdbd08c5129c226dff8ed6f9e"