Skip to content

Commit

Permalink
💄 style: Update value-no-vendor-prefix in stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Jul 1, 2024
1 parent bce80ab commit 050b93f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 20 deletions.
36 changes: 17 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,21 +58,21 @@
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"@umijs/babel-preset-umi": "^4.1.10",
"@umijs/lint": "^4.1.10",
"@umijs/babel-preset-umi": "^4.3.0",
"@umijs/lint": "^4.3.0",
"commitlint-config-gitmoji": "^2.3.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.3.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-typescript-sort-keys": "^3.2.0",
"eslint-plugin-unicorn": "^52.0.0",
"eslint-plugin-unused-imports": "^3.1.0",
"eslint-plugin-unused-imports": "^3.2.0",
"gatsby-remark-find-replace": "^0.3.0",
"postcss-less": "^6.0.0",
"postcss-styled-syntax": "^0.6.4",
Expand Down Expand Up @@ -113,31 +113,29 @@
"remark-toc": "^9.0.0",
"semantic-release-config-gitmoji": "^1.5.3",
"stylelint-config-clean-order": "^5.4.2",
"stylelint-config-recommended": "^14.0.0",
"stylelint-config-recommended": "^14.0.1",
"stylelint-less": "^3.0.1",
"stylelint-order": "^6.0.4",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@types/node": "^20.12.7",
"@types/node": "^20.14.9",
"antd-style": "^3.6.2",
"clean-pkg-json": "^1.2.0",
"commitlint": "^19.3.0",
"eslint": "^8.57.0",
"father": "^4.4.0",
"father": "^4.4.4",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"remark": "^14.0.3",
"remark-cli": "^11.0.0",
"semantic-release": "^21.1.2",
"stylelint": "^16.4.0",
"typescript": "^5.4.5"
"lint-staged": "^15.2.7",
"typescript": "^5.5.2"
},
"peerDependencies": {
"@commitlint/cli": ">=19",
"commitlint": ">=19",
"eslint": ">=8.42",
"prettier": ">=3"
"prettier": ">=3",
"remark": ">=14",
"remark-cli": ">=11",
"semantic-release": ">=21",
"stylelint": ">=16"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion src/stylelint/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default {
'no-invalid-double-slash-comments': undefined,
'no-missing-end-of-source-newline': undefined,
'property-no-vendor-prefix': true,
'value-no-vendor-prefix': true,
'value-no-vendor-prefix': [true, { ignoreValues: ['box'] }],
},
},
],
Expand Down

0 comments on commit 050b93f

Please sign in to comment.