Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit af164a7

Browse files
committed
chore(deps): update devDependencies to prettier v2 and stylelint v13
1 parent f96fcff commit af164a7

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

Diff for: packages/cna-template/template/_.prettierrc

-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
22
"semi": false,
3-
<%_ if (eslint) { _%>
4-
"arrowParens": "always",
5-
<%_ } _%>
63
"singleQuote": true
74
}

Diff for: packages/cna-template/template/nuxt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
"eslint-plugin-nuxt": ">=0.5.2",
3333
"eslint-config-prettier": "^6.11.0",
3434
"eslint-plugin-prettier": "^3.1.3",
35-
"prettier": "^1.19.1",
35+
"prettier": "^2.0.5",
3636
"husky": "^4.2.5",
3737
"lint-staged": "^10.1.7",
3838
"@nuxtjs/stylelint-module": "^3.2.2",
39-
"stylelint": "^10.1.0"
39+
"stylelint": "^13.3.3"
4040
}
4141
}

Diff for: packages/create-nuxt-app/test/snapshots/index.test.js.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ Generated by [AVA](https://avajs.dev).
10301030
devDependencies: {
10311031
'eslint-config-prettier': '^6.11.0',
10321032
'eslint-plugin-prettier': '^3.1.3',
1033-
prettier: '^1.19.1',
1033+
prettier: '^2.0.5',
10341034
},
10351035
private: true,
10361036
scripts: {
@@ -1130,7 +1130,7 @@ Generated by [AVA](https://avajs.dev).
11301130
},
11311131
devDependencies: {
11321132
'@nuxtjs/stylelint-module': '^3.2.2',
1133-
stylelint: '^10.1.0',
1133+
stylelint: '^13.3.3',
11341134
},
11351135
private: true,
11361136
scripts: {
-1 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)