Skip to content

Commit 8dc5d4e

Browse files
authored
chore: upgrade @lwc/eslint-plugin-lwc (#28)
1 parent dadf1d4 commit 8dc5d4e

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test": "mocha"
1717
},
1818
"dependencies": {
19-
"@lwc/eslint-plugin-lwc": "~0.9.0",
19+
"@lwc/eslint-plugin-lwc": "~0.10.0",
2020
"babel-eslint": "~10.1.0",
2121
"eslint-plugin-import": "~2.20.2",
2222
"eslint-plugin-jest": "~23.8.2",

yarn.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,12 @@
117117
lodash "^4.17.13"
118118
to-fast-properties "^2.0.0"
119119

120-
"@lwc/eslint-plugin-lwc@~0.9.0":
121-
version "0.9.0"
122-
resolved "https://registry.yarnpkg.com/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-0.9.0.tgz#f6765536a521f2da0e3d6a47cb6b78f2cc319d9e"
123-
integrity sha512-JKcyZICV2V/IhWhNqHUXXIk5eD8ZYCkGmxfbt/FPaYS2e363yLi7zlhzQlopxduq2LbcQjQKKrJRBhYcjTC++A==
120+
"@lwc/eslint-plugin-lwc@~0.10.0":
121+
version "0.10.0"
122+
resolved "https://registry.yarnpkg.com/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-0.10.0.tgz#e282910b01b3b403d8fec03d34c4c853e29c4676"
123+
integrity sha512-UsosUow0xWrzzcSK1fWDWHKBT81/pJz1/icfv7w8T+BCE9G4Kb4TwJexHLOIZvY7e/dv4Fjme4lTOWehuNE5Sg==
124+
dependencies:
125+
minimatch "^3.0.4"
124126

125127
"@samverschueren/stream-to-observable@^0.3.0":
126128
version "0.3.0"

0 commit comments

Comments
 (0)