Skip to content

Commit

Permalink
Add eslint-config-standard-with-typescript (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-fr authored Feb 9, 2022
1 parent 895f37c commit 1b0847e
Showing 3 changed files with 25 additions and 10 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -115,6 +115,7 @@ available in the container.
* eslint-config-standard
* eslint-config-standard-jsx
* eslint-config-standard-react
* eslint-config-standard-with-typescript
* eslint-config-strongloop
* eslint-config-vue
* eslint-config-will-robinson
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -47,6 +47,7 @@
"eslint-config-standard": "^12.0.0",
"eslint-config-standard-jsx": "^6.0.2",
"eslint-config-standard-react": "^7.0.2",
"eslint-config-standard-with-typescript": "^21.0.1",
"eslint-config-will-robinson": "^3.1.1",
"eslint-config-xo": "^0.25.0",
"eslint-config-xo-react": "^0.17.0",
33 changes: 23 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1547,6 +1547,16 @@
eslint-scope "^5.0.0"
eslint-utils "^2.0.0"

"@typescript-eslint/parser@^4.0.0", "@typescript-eslint/parser@^4.33.0":
version "4.33.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
dependencies:
"@typescript-eslint/scope-manager" "4.33.0"
"@typescript-eslint/types" "4.33.0"
"@typescript-eslint/typescript-estree" "4.33.0"
debug "^4.3.1"

"@typescript-eslint/parser@^4.20.0":
version "4.29.3"
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.29.3.tgz#2ac25535f34c0e98f50c0e6b28c679c2357d45f2"
@@ -1557,16 +1567,6 @@
"@typescript-eslint/typescript-estree" "4.29.3"
debug "^4.3.1"

"@typescript-eslint/parser@^4.33.0":
version "4.33.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
dependencies:
"@typescript-eslint/scope-manager" "4.33.0"
"@typescript-eslint/types" "4.33.0"
"@typescript-eslint/typescript-estree" "4.33.0"
debug "^4.3.1"

"@typescript-eslint/parser@^4.4.1":
version "4.28.5"
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.5.tgz#9c971668f86d1b5c552266c47788a87488a47d1c"
@@ -3653,10 +3653,23 @@ eslint-config-standard-react@^7.0.2:
dependencies:
eslint-config-standard-jsx "^6.0.1"

eslint-config-standard-with-typescript@^21.0.1:
version "21.0.1"
resolved "https://registry.yarnpkg.com/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-21.0.1.tgz#f4c8bb883d8dfd634005239a54c3c222746e3c64"
integrity sha512-FeiMHljEJ346Y0I/HpAymNKdrgKEpHpcg/D93FvPHWfCzbT4QyUJba/0FwntZeGLXfUiWDSeKmdJD597d9wwiw==
dependencies:
"@typescript-eslint/parser" "^4.0.0"
eslint-config-standard "^16.0.0"

eslint-config-standard@^12.0.0:
version "12.0.0"
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-12.0.0.tgz#638b4c65db0bd5a41319f96bba1f15ddad2107d9"

eslint-config-standard@^16.0.0:
version "16.0.3"
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-16.0.3.tgz#6c8761e544e96c531ff92642eeb87842b8488516"
integrity sha512-x4fmJL5hGqNJKGHSjnLdgA6U6h1YW/G2dW9fA+cyVur4SK6lyue8+UgNKWlZtUDTXvgKDD/Oa3GQjmB5kjtVvg==

eslint-config-will-robinson@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/eslint-config-will-robinson/-/eslint-config-will-robinson-3.1.1.tgz#7713c08e41c3b6ac3c4dc209da4b4813e0367ce5"

0 comments on commit 1b0847e

Please sign in to comment.