Skip to content

Commit ff8cbe1

Browse files
renovate[bot]renovate-botota-meshi
authored
Update dependency eslint-config-prettier to v8 (#163)
* Update dependency eslint-config-prettier to v8 * Update eslint configuration Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: yosuke ota <[email protected]>
1 parent 70d5417 commit ff8cbe1

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

.eslintrc.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ module.exports = {
1010
'plugin:vue-libs/recommended',
1111
'plugin:prettier/recommended',
1212
'plugin:markdown/recommended',
13-
'prettier',
14-
'prettier/vue'
13+
'prettier'
1514
],
1615
plugins: ['@typescript-eslint'],
1716
parserOptions: {
@@ -24,10 +23,7 @@ module.exports = {
2423
overrides: [
2524
{
2625
files: ['*.ts'],
27-
extends: [
28-
'plugin:@typescript-eslint/recommended',
29-
'prettier/@typescript-eslint'
30-
],
26+
extends: ['plugin:@typescript-eslint/recommended'],
3127
parser: 'vue-eslint-parser',
3228
parserOptions: {
3329
parser: '@typescript-eslint/parser'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@typescript-eslint/eslint-plugin": "^4.10.0",
5252
"@typescript-eslint/parser": "^4.10.0",
5353
"eslint": "^5.15.0 || ^6.0.0 || ^7.0.0",
54-
"eslint-config-prettier": "^7.0.0",
54+
"eslint-config-prettier": "^8.0.0",
5555
"eslint-plugin-markdown": "^2.0.0",
5656
"eslint-plugin-prettier": "^3.1.4",
5757
"eslint-plugin-vue-libs": "^3.0.0 || ^4.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4284,10 +4284,10 @@ escape-string-regexp@^2.0.0:
42844284
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz#a30304e99daa32e23b2fd20f51babd07cffca344"
42854285
integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==
42864286

4287-
eslint-config-prettier@^7.0.0:
4288-
version "7.0.0"
4289-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-7.0.0.tgz#c1ae4106f74e6c0357f44adb076771d032ac0e97"
4290-
integrity sha512-8Y8lGLVPPZdaNA7JXqnvETVC7IiVRgAP6afQu9gOQRn90YY3otMNh+x7Vr2vMePQntF+5erdSUBqSzCmU/AxaQ==
4287+
eslint-config-prettier@^8.0.0:
4288+
version "8.0.0"
4289+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.0.0.tgz#024d661444319686c588c8849c8da33815dbdb1c"
4290+
integrity sha512-5EaAVPsIHu+grmm5WKjxUia4yHgRrbkd8I0ffqUSwixCPMVBrbS97UnzlEY/Q7OWo584vgixefM0kJnUfo/VjA==
42914291

42924292
eslint-plugin-markdown@^2.0.0:
42934293
version "2.0.0"

0 commit comments

Comments
 (0)