Skip to content

Commit 39599d8

Browse files
committed
fix(stylelint-config): use official stylelint-prettier
1 parent c93683b commit 39599d8

File tree

15 files changed

+282
-294
lines changed

15 files changed

+282
-294
lines changed

.prettierrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"@1stg/prettier-config"

.prettierrc.js

Lines changed: 0 additions & 15 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@
3434
"lerna": "^3.22.1",
3535
"npm-run-all": "^4.1.5",
3636
"react": "^17.0.1",
37-
"svelte": "^3.32.3",
37+
"svelte": "^3.34.0",
3838
"ts-jest": "^26.5.2",
3939
"tslint": "^6.1.3",
40-
"type-coverage": "^2.16.2",
40+
"type-coverage": "^2.16.3",
4141
"typescript": "^4.2.2",
4242
"vue": "^2.6.12",
4343
"yarn-deduplicate": "^3.1.0"
4444
},
4545
"resolutions": {
46-
"@babel/core": "^7.13.1",
46+
"@babel/core": "^7.13.8",
4747
"prettier": "^2.2.1"
4848
},
4949
"typeCoverage": {

packages/babel-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@babel/helper-plugin-utils": "^7.13.0",
1616
"@babel/plugin-proposal-class-properties": "^7.13.0",
1717
"@babel/plugin-proposal-decorators": "^7.13.5",
18-
"@babel/preset-env": "^7.13.5",
18+
"@babel/preset-env": "^7.13.8",
1919
"@babel/preset-react": "^7.12.13",
2020
"@babel/preset-typescript": "^7.13.0",
2121
"@pkgr/utils": "^0.6.0",

packages/commitlint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"author": "JounQin <[email protected]>",
77
"license": "MIT",
88
"dependencies": {
9-
"@commitlint/config-conventional": "^12.0.0",
10-
"@commitlint/config-lerna-scopes": "^12.0.0",
9+
"@commitlint/config-conventional": "^12.0.1",
10+
"@commitlint/config-lerna-scopes": "^12.0.1",
1111
"@pkgr/utils": "^0.6.0"
1212
},
1313
"publishConfig": {

packages/common-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"@1stg/prettier-config": "^1.3.0",
1919
"@1stg/remark-config": "^1.0.0",
2020
"@1stg/tsconfig": "^1.1.0",
21-
"@babel/core": "^7.13.1",
22-
"eslint": "^7.20.0",
21+
"@babel/core": "^7.13.8",
22+
"eslint": "^7.21.0",
2323
"husky": "^4.3.8",
2424
"lint-staged": "^10.5.4",
2525
"prettier": "^2.2.1",

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"eslint": ">=6.0.0"
1111
},
1212
"dependencies": {
13-
"@babel/eslint-parser": "^7.13.4",
13+
"@babel/eslint-parser": "^7.13.8",
1414
"@babel/eslint-plugin": "^7.13.0",
1515
"@pkgr/utils": "^0.6.0",
1616
"@typescript-eslint/eslint-plugin": "^4.15.2",
@@ -32,7 +32,7 @@
3232
"eslint-plugin-react": "^7.22.0",
3333
"eslint-plugin-react-hooks": "^4.2.0",
3434
"eslint-plugin-sonarjs": "^0.6.0",
35-
"eslint-plugin-svelte": "^1.1.1",
35+
"eslint-plugin-svelte": "^1.1.2",
3636
"eslint-plugin-unicorn": "^28.0.2",
3737
"eslint-plugin-vue": "^7.6.0"
3838
},

packages/husky-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint-staged": ">=9.0.0"
1111
},
1212
"dependencies": {
13-
"@commitlint/cli": "^12.0.0"
13+
"@commitlint/cli": "^12.0.1"
1414
},
1515
"publishConfig": {
1616
"access": "public"

packages/prettier-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"prettier": ">=1.18.0"
1010
},
1111
"dependencies": {
12-
"@prettier/plugin-pug": "^1.13.4",
12+
"@prettier/plugin-pug": "^1.13.5",
1313
"@prettier/plugin-ruby": "^1.5.2",
1414
"@prettier/plugin-xml": "^0.13.0",
1515
"prettier-plugin-pkg": "^0.8.0",

packages/stylelint-config/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
extends: [require.resolve('./base'), '@rxts/stylelint-prettier/recommended'],
2+
extends: [require.resolve('./base'), 'stylelint-prettier/recommended'],
33
}

0 commit comments

Comments
 (0)