Skip to content

Commit

Permalink
fix(stylelint-config): use official stylelint-prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Feb 28, 2021
1 parent c93683b commit 39599d8
Show file tree
Hide file tree
Showing 15 changed files with 282 additions and 294 deletions.
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"@1stg/prettier-config"
15 changes: 0 additions & 15 deletions .prettierrc.js

This file was deleted.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
"lerna": "^3.22.1",
"npm-run-all": "^4.1.5",
"react": "^17.0.1",
"svelte": "^3.32.3",
"svelte": "^3.34.0",
"ts-jest": "^26.5.2",
"tslint": "^6.1.3",
"type-coverage": "^2.16.2",
"type-coverage": "^2.16.3",
"typescript": "^4.2.2",
"vue": "^2.6.12",
"yarn-deduplicate": "^3.1.0"
},
"resolutions": {
"@babel/core": "^7.13.1",
"@babel/core": "^7.13.8",
"prettier": "^2.2.1"
},
"typeCoverage": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@babel/helper-plugin-utils": "^7.13.0",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.13.5",
"@babel/preset-env": "^7.13.5",
"@babel/preset-env": "^7.13.8",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.13.0",
"@pkgr/utils": "^0.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"author": "JounQin <[email protected]>",
"license": "MIT",
"dependencies": {
"@commitlint/config-conventional": "^12.0.0",
"@commitlint/config-lerna-scopes": "^12.0.0",
"@commitlint/config-conventional": "^12.0.1",
"@commitlint/config-lerna-scopes": "^12.0.1",
"@pkgr/utils": "^0.6.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/common-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@1stg/prettier-config": "^1.3.0",
"@1stg/remark-config": "^1.0.0",
"@1stg/tsconfig": "^1.1.0",
"@babel/core": "^7.13.1",
"eslint": "^7.20.0",
"@babel/core": "^7.13.8",
"eslint": "^7.21.0",
"husky": "^4.3.8",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"eslint": ">=6.0.0"
},
"dependencies": {
"@babel/eslint-parser": "^7.13.4",
"@babel/eslint-parser": "^7.13.8",
"@babel/eslint-plugin": "^7.13.0",
"@pkgr/utils": "^0.6.0",
"@typescript-eslint/eslint-plugin": "^4.15.2",
Expand All @@ -32,7 +32,7 @@
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-sonarjs": "^0.6.0",
"eslint-plugin-svelte": "^1.1.1",
"eslint-plugin-svelte": "^1.1.2",
"eslint-plugin-unicorn": "^28.0.2",
"eslint-plugin-vue": "^7.6.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/husky-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint-staged": ">=9.0.0"
},
"dependencies": {
"@commitlint/cli": "^12.0.0"
"@commitlint/cli": "^12.0.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"prettier": ">=1.18.0"
},
"dependencies": {
"@prettier/plugin-pug": "^1.13.4",
"@prettier/plugin-pug": "^1.13.5",
"@prettier/plugin-ruby": "^1.5.2",
"@prettier/plugin-xml": "^0.13.0",
"prettier-plugin-pkg": "^0.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
extends: [require.resolve('./base'), '@rxts/stylelint-prettier/recommended'],
extends: [require.resolve('./base'), 'stylelint-prettier/recommended'],
}
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
},
"dependencies": {
"@pkgr/utils": "^0.6.0",
"@rxts/stylelint-prettier": "^1.2.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^20.0.0",
"stylelint-high-performance-animation": "^1.5.2",
"stylelint-no-unsupported-browser-features": "^4.1.4",
"stylelint-prettier": "^1.2.0",
"stylelint-scss": "^3.19.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/scss/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
extends: ['../base', '@rxts/stylelint-prettier/recommended'],
extends: ['../base', 'stylelint-prettier/recommended'],
plugins: ['stylelint-scss'],
rules: {
'at-rule-no-unknown': null,
Expand Down
2 changes: 1 addition & 1 deletion packages/tslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"codelyzer": "^6.0.1",
"ng-tslint": "^1.1.0",
"tslint-angular": "^3.0.3",
"tslint-config-eslint": "^0.2.1",
"tslint-config-eslint": "^0.2.2",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^3.0.0-beta.0",
"tslint-react": "^5.0.0",
Expand Down
File renamed without changes.
Loading

0 comments on commit 39599d8

Please sign in to comment.