0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

chore: upgrade eslint config

This commit is contained in:
Gao Sun 2021-07-26 00:18:45 +08:00
parent 48dc40e139
commit 96474fed87
No known key found for this signature in database
GPG key ID: 0F0EFA2E36639F31
8 changed files with 40 additions and 42 deletions

View file

@ -1 +0,0 @@
*.config.js

View file

@ -35,8 +35,8 @@
"zod": "^3.2.0"
},
"devDependencies": {
"@logto/eslint-config": "^0.1.0-rc.6",
"@logto/ts-config": "^0.1.0-rc.6",
"@logto/eslint-config": "^0.1.0-rc.14",
"@logto/ts-config": "^0.1.0-rc.14",
"@types/koa": "^2.13.3",
"@types/koa-logger": "^3.1.1",
"@types/koa-mount": "^4.0.0",

View file

@ -281,10 +281,10 @@
dependencies:
vary "^1.1.2"
"@logto/eslint-config@^0.1.0-rc.6":
version "0.1.0-rc.6"
resolved "https://registry.yarnpkg.com/@logto/eslint-config/-/eslint-config-0.1.0-rc.6.tgz#f72193b43e2b17ef28513f9fdad948654662b187"
integrity sha512-/PqlhG//lYxMNAoZXPpe+yvdH0vvdKNPmvugYjK99lIgpM0EUhRWnrHLX02ZFp1nldvcfTn7AtkpvSD2bb6zVg==
"@logto/eslint-config@^0.1.0-rc.14":
version "0.1.0-rc.14"
resolved "https://registry.yarnpkg.com/@logto/eslint-config/-/eslint-config-0.1.0-rc.14.tgz#fe358305604b21b31f334d99c0d3d6756406da17"
integrity sha512-M/SebidYvn3IcmpSNmreGS7ST3qc/IZpaSexoJavydb81RD+OkqV5MVtAqI7pOyuy7G2XGdPl2hkQePF0KoKzg==
dependencies:
"@typescript-eslint/eslint-plugin" "^4.28.2"
"@typescript-eslint/parser" "^4.28.2"
@ -307,10 +307,10 @@
lodash.orderby "^4.6.0"
lodash.pick "^4.4.0"
"@logto/ts-config@^0.1.0-rc.6":
version "0.1.0-rc.6"
resolved "https://registry.yarnpkg.com/@logto/ts-config/-/ts-config-0.1.0-rc.6.tgz#d95ead3eace4644a7fbcbb13bfa1b615b9acee8b"
integrity sha512-T2TPpIyisYCUqMuR2J7kOhZ1IQ19z1wWFldH6yQThpFmPakytnDU+2UpbOucCR/CBd64aW3KIyqrJSGTOmg3dg==
"@logto/ts-config@^0.1.0-rc.14":
version "0.1.0-rc.14"
resolved "https://registry.yarnpkg.com/@logto/ts-config/-/ts-config-0.1.0-rc.14.tgz#3c4cb59d20c6fa3909707704d6c0c225d655965c"
integrity sha512-6BUkw181YZMFcb+tMfuKYo9afVfEqj6iHJuQUnZYcLxjmR/YbRwdDIx1w5c1RXwLl57V0igStKndZwe2llUdnQ==
"@nodelib/fs.scandir@2.1.5":
version "2.1.5"

View file

@ -1 +0,0 @@
message=v%s

View file

@ -20,9 +20,9 @@
"yarn": "^1.22.10"
},
"devDependencies": {
"@logto/eslint-config": "^0.1.0-rc.6",
"@logto/eslint-config": "^0.1.0-rc.14",
"@logto/essentials": "^1.1.0-rc.1",
"@logto/ts-config": "^0.1.0-rc.6",
"@logto/ts-config": "^0.1.0-rc.14",
"@types/lodash.uniq": "^4.5.6",
"@types/node": "14",
"@types/pluralize": "^0.0.29",

View file

@ -246,10 +246,10 @@
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
"@logto/eslint-config@^0.1.0-rc.6":
version "0.1.0-rc.6"
resolved "https://registry.yarnpkg.com/@logto/eslint-config/-/eslint-config-0.1.0-rc.6.tgz#f72193b43e2b17ef28513f9fdad948654662b187"
integrity sha512-/PqlhG//lYxMNAoZXPpe+yvdH0vvdKNPmvugYjK99lIgpM0EUhRWnrHLX02ZFp1nldvcfTn7AtkpvSD2bb6zVg==
"@logto/eslint-config@^0.1.0-rc.14":
version "0.1.0-rc.14"
resolved "https://registry.yarnpkg.com/@logto/eslint-config/-/eslint-config-0.1.0-rc.14.tgz#fe358305604b21b31f334d99c0d3d6756406da17"
integrity sha512-M/SebidYvn3IcmpSNmreGS7ST3qc/IZpaSexoJavydb81RD+OkqV5MVtAqI7pOyuy7G2XGdPl2hkQePF0KoKzg==
dependencies:
"@typescript-eslint/eslint-plugin" "^4.28.2"
"@typescript-eslint/parser" "^4.28.2"
@ -272,10 +272,10 @@
lodash.orderby "^4.6.0"
lodash.pick "^4.4.0"
"@logto/ts-config@^0.1.0-rc.6":
version "0.1.0-rc.6"
resolved "https://registry.yarnpkg.com/@logto/ts-config/-/ts-config-0.1.0-rc.6.tgz#d95ead3eace4644a7fbcbb13bfa1b615b9acee8b"
integrity sha512-T2TPpIyisYCUqMuR2J7kOhZ1IQ19z1wWFldH6yQThpFmPakytnDU+2UpbOucCR/CBd64aW3KIyqrJSGTOmg3dg==
"@logto/ts-config@^0.1.0-rc.14":
version "0.1.0-rc.14"
resolved "https://registry.yarnpkg.com/@logto/ts-config/-/ts-config-0.1.0-rc.14.tgz#3c4cb59d20c6fa3909707704d6c0c225d655965c"
integrity sha512-6BUkw181YZMFcb+tMfuKYo9afVfEqj6iHJuQUnZYcLxjmR/YbRwdDIx1w5c1RXwLl57V0igStKndZwe2llUdnQ==
"@nodelib/fs.scandir@2.1.5":
version "2.1.5"

View file

@ -26,10 +26,10 @@
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@logto/eslint-config": "^0.1.0-rc.10",
"@logto/eslint-config-react": "^0.1.0-rc.10",
"@logto/ts-config": "^0.1.0-rc.10",
"@logto/ts-config-react": "^0.1.0-rc.10",
"@logto/eslint-config": "^0.1.0-rc.14",
"@logto/eslint-config-react": "^0.1.0-rc.14",
"@logto/ts-config": "^0.1.0-rc.14",
"@logto/ts-config-react": "^0.1.0-rc.14",
"@types/jest": "^26.0.24",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",

View file

@ -1223,20 +1223,20 @@
"@types/yargs" "^15.0.0"
chalk "^4.0.0"
"@logto/eslint-config-react@^0.1.0-rc.10":
version "0.1.0-rc.10"
resolved "https://registry.yarnpkg.com/@logto/eslint-config-react/-/eslint-config-react-0.1.0-rc.10.tgz#db8d5a0dec68f601d3dea03934bdd7bdaa089820"
integrity sha512-HmidNrdqJ+5VJXB3HN7CqLrFgRHiHUaZfA9YO9AXXaflkvVX01h2USdOXtWDgLgQxveZ6/R6Z7hnu4FzJCG4ig==
"@logto/eslint-config-react@^0.1.0-rc.14":
version "0.1.0-rc.14"
resolved "https://registry.yarnpkg.com/@logto/eslint-config-react/-/eslint-config-react-0.1.0-rc.14.tgz#8cb11b8a102e084a5331c5af0d27c71742468a43"
integrity sha512-na6XhvhAFR2F2I0o67LsmRh62HuCFYVsdtE270Yk3h2Yp0QWEvmwflRDdFqIu/Sm3kHa1rN2lCRv9WOIv079Yg==
dependencies:
eslint-config-xo-react "^0.25.0"
eslint-plugin-react "^7.24.0"
eslint-plugin-react-hooks "^4.2.0"
stylelint-config-xo-scss "^0.14.0"
"@logto/eslint-config@^0.1.0-rc.10":
version "0.1.0-rc.10"
resolved "https://registry.yarnpkg.com/@logto/eslint-config/-/eslint-config-0.1.0-rc.10.tgz#fedd684b9f4275c383dc7f426df78dc804513d10"
integrity sha512-jayvQ4sSApvrcztNjRc5FT71qMKlWJrJQOYLqNvmN9cm0kLLZfEXWlWTJYDJf5Wf5X3djyDBSZRRx9VjQODYRw==
"@logto/eslint-config@^0.1.0-rc.14":
version "0.1.0-rc.14"
resolved "https://registry.yarnpkg.com/@logto/eslint-config/-/eslint-config-0.1.0-rc.14.tgz#fe358305604b21b31f334d99c0d3d6756406da17"
integrity sha512-M/SebidYvn3IcmpSNmreGS7ST3qc/IZpaSexoJavydb81RD+OkqV5MVtAqI7pOyuy7G2XGdPl2hkQePF0KoKzg==
dependencies:
"@typescript-eslint/eslint-plugin" "^4.28.2"
"@typescript-eslint/parser" "^4.28.2"
@ -1251,15 +1251,15 @@
eslint-plugin-promise "^5.1.0"
eslint-plugin-unicorn "^34.0.1"
"@logto/ts-config-react@^0.1.0-rc.10":
version "0.1.0-rc.10"
resolved "https://registry.yarnpkg.com/@logto/ts-config-react/-/ts-config-react-0.1.0-rc.10.tgz#caf7ff99666716cc1d751e7402709a2e703da069"
integrity sha512-mFJpEKOLT8m9RYz2Howh3Y483ufJ46HBhV87cukiw9xZ9uNSgWDYyiFyOazC0j2hHmHSfKBYfnkLgtDEGVDPPQ==
"@logto/ts-config-react@^0.1.0-rc.14":
version "0.1.0-rc.14"
resolved "https://registry.yarnpkg.com/@logto/ts-config-react/-/ts-config-react-0.1.0-rc.14.tgz#4197b11ed73575d0d5ccb28355da36cc6fc24f11"
integrity sha512-g5vhZfXLVdnJXjGtksz6zoJ/cg0UU8LOBswQum43s8eLbnC/osOupJRoSOyRCqmzlKZUlarxUhMXTg3wF006iw==
"@logto/ts-config@^0.1.0-rc.10":
version "0.1.0-rc.10"
resolved "https://registry.yarnpkg.com/@logto/ts-config/-/ts-config-0.1.0-rc.10.tgz#a43cd919fb9fb60c263d65481b36e6b0623d5f96"
integrity sha512-KbwoKIE80I96WrCJhhL3+N73JfbfpmfFwCP6Jsng/q6RpWj360GzoMWrpiupudrrPz5lSVsI0mnEmH4hVUbebA==
"@logto/ts-config@^0.1.0-rc.14":
version "0.1.0-rc.14"
resolved "https://registry.yarnpkg.com/@logto/ts-config/-/ts-config-0.1.0-rc.14.tgz#3c4cb59d20c6fa3909707704d6c0c225d655965c"
integrity sha512-6BUkw181YZMFcb+tMfuKYo9afVfEqj6iHJuQUnZYcLxjmR/YbRwdDIx1w5c1RXwLl57V0igStKndZwe2llUdnQ==
"@nodelib/fs.scandir@2.1.5":
version "2.1.5"