Commit 3b3a7462f6496fcef1c3fde13a182e0ee844ea1c
Committed by
GitHub
1 parent
411eef84
chore: add type-safety (#431)
Showing
3 changed files
with
6 additions
and
5 deletions
.eslintrc.js
package.json
... | ... | @@ -83,7 +83,7 @@ |
83 | 83 | "dotenv": "^8.2.0", |
84 | 84 | "eslint": "^7.22.0", |
85 | 85 | "eslint-config-prettier": "^8.1.0", |
86 | - "eslint-define-config": "^1.0.3", | |
86 | + "eslint-define-config": "^1.0.4", | |
87 | 87 | "eslint-plugin-prettier": "^3.3.1", |
88 | 88 | "eslint-plugin-vue": "^7.8.0", |
89 | 89 | "esno": "^0.5.0", | ... | ... |
yarn.lock
... | ... | @@ -4326,10 +4326,10 @@ eslint-config-prettier@^8.1.0: |
4326 | 4326 | resolved "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.1.0.tgz#4ef1eaf97afe5176e6a75ddfb57c335121abc5a6" |
4327 | 4327 | integrity sha512-oKMhGv3ihGbCIimCAjqkdzx2Q+jthoqnXSP+d86M9tptwugycmTFdVR4IpLgq2c4SHifbwO90z2fQ8/Aio73yw== |
4328 | 4328 | |
4329 | -eslint-define-config@^1.0.3: | |
4330 | - version "1.0.3" | |
4331 | - resolved "https://registry.npmjs.org/eslint-define-config/-/eslint-define-config-1.0.3.tgz#26efbf9124d3855c8ff49233e6d3e3e3be939f60" | |
4332 | - integrity sha512-GlfTqk2lysLHRx4YH3xuliY06t/p4WMZc3GABLqZ84RcxJxwRVMp0qF9cQSL42gf0pO7IY+dyUsxMrv2b6rZTQ== | |
4329 | +eslint-define-config@^1.0.4: | |
4330 | + version "1.0.4" | |
4331 | + resolved "https://registry.yarnpkg.com/eslint-define-config/-/eslint-define-config-1.0.4.tgz#e3b3a177600155f1ffe9e38f90332da956f7959c" | |
4332 | + integrity sha512-vGnX8CfockGwXP4NuORbnHd7PWy8gr41ARLH4HuWJoHk4U4ni5KjDG6Kg1/GNIE0B9BwXfyDgW7I3mSx2zuT0A== | |
4333 | 4333 | |
4334 | 4334 | eslint-plugin-jest@^24.1.5: |
4335 | 4335 | version "24.3.2" | ... | ... |