1
0
Fork 0

Update eslint config

This commit is contained in:
Moritz Ruth 2021-02-09 20:27:11 +01:00
parent 0044aba0ea
commit 006b1dae07
No known key found for this signature in database
GPG key ID: AFD57E23E753841B
2 changed files with 10 additions and 10 deletions

View file

@ -18,7 +18,7 @@
"@vue/compiler-sfc": "^3.0.5",
"autoprefixer": "^10.2.3",
"eslint": "^7.18.0",
"eslint-config-awzzm-vue": "^1.3.4",
"eslint-config-awzzm-vue": "^1.4.1",
"postcss": "^8.2.4",
"tailwindcss": "^2.0.2",
"vite": "^2.0.0-beta.50"

View file

@ -668,18 +668,18 @@ eslint-ast-utils@^1.1.0:
lodash.get "^4.4.2"
lodash.zip "^4.2.0"
eslint-config-awzzm-vue@^1.3.4:
version "1.3.4"
resolved "https://registry.yarnpkg.com/eslint-config-awzzm-vue/-/eslint-config-awzzm-vue-1.3.4.tgz#482ecff26a7173db1c0467822a054338f27b3d0c"
integrity sha512-rhIsqg6fDMH663aBaAfvJkpw6B6g/Ugpg8e1t08pRc7b4ZUTB84+QZTFl4ygd51NgrycSdzf1es/E1cDqy33FA==
eslint-config-awzzm-vue@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/eslint-config-awzzm-vue/-/eslint-config-awzzm-vue-1.4.1.tgz#b534c6f899be2af8b1ac471dfb37b08aabb4935c"
integrity sha512-Oai+VCk/AUORmLeuBaXyeqvHfpy7I02askQEqE87zAwImu4TJPUMmUMCVfwBqLgkT3m7lMTortaLLLJBDu4tvw==
dependencies:
eslint-config-awzzm "^1.3.0"
eslint-config-awzzm "^1.4.1"
eslint-plugin-vue "^7.1.0"
eslint-config-awzzm@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/eslint-config-awzzm/-/eslint-config-awzzm-1.3.0.tgz#a10a33b0e67557f6de8186ab7bdb31e8bd26aa2a"
integrity sha512-5EDD8sIVCfaaaA4W4NckrkyE7g/fyeFFKbwwT4TPVDZHX3OosekknBiFckr6vngm0xlGwV4Cohqw7ByW2hQ7eQ==
eslint-config-awzzm@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/eslint-config-awzzm/-/eslint-config-awzzm-1.4.1.tgz#f36c2f0b99912cefa215115fee3d23c34573a224"
integrity sha512-mvYj77n0Jq8ZaHyAoYkZ3LHKoIBpE8l+ta/RZ5B1VV9KkMo63oC6M35ULdlP+ZIfdD9Ahyo6IW3Bg2wKV0HSIA==
dependencies:
eslint-plugin-import "^2.22.0"
eslint-plugin-unicorn "^21.0.0"