Socket
Socket
Sign inDemoInstall

stylelint-config-css-modules

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-config-css-modules - npm Package Compare versions

Comparing version 4.0.1 to 4.1.0

11

CHANGELOG.md

@@ -9,2 +9,10 @@ # Change Log

## [4.1.0] - 2022-03-16
### Added
* SCSS, use the `function-no-unknow` rule from `stylelint-scss >= 4.2`.
### Changed
* Stylelint peerDependency version to `^14.5.1`
(required by the function-no-unknown rule).
## [4.0.1] - 2022-03-11

@@ -77,3 +85,4 @@ ### Fixed

[Unreleased]: https://github.com/pascalduez/stylelint-config-css-modules/compare/4.0.1...HEAD
[Unreleased]: https://github.com/pascalduez/stylelint-config-css-modules/compare/4.1.0...HEAD
[4.1.0]: https://github.com/pascalduez/stylelint-config-css-modules/tags/4.1.0
[4.0.1]: https://github.com/pascalduez/stylelint-config-css-modules/tags/4.0.1

@@ -80,0 +89,0 @@ [4.0.0]: https://github.com/pascalduez/stylelint-config-css-modules/tags/4.0.0

13

index.js

@@ -54,9 +54,8 @@ module.exports = {

'function-no-unknown': null,
// https://github.com/stylelint-scss/stylelint-scss/pull/591
// 'scss/function-no-unknown': [
// true,
// {
// ignoreAtRules: ['global'],
// },
// ],
'scss/function-no-unknown': [
true,
{
ignoreFunctions: ['global'],
},
],
},

@@ -63,0 +62,0 @@ },

{
"name": "stylelint-config-css-modules",
"version": "4.0.1",
"version": "4.1.0",
"description": "CSS modules shareable config for stylelint",

@@ -33,3 +33,3 @@ "keywords": [

"ava": "^4.1.0",
"stylelint": "^14.5.3",
"stylelint": "^14.6.0",
"stylelint-config-standard": "^25.0.0",

@@ -39,7 +39,7 @@ "stylelint-config-standard-scss": "^3.0.0"

"peerDependencies": {
"stylelint": "14.x"
"stylelint": "^14.5.1"
},
"optionalDependencies": {
"stylelint-scss": "^4.1.0"
"stylelint-scss": "^4.2.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc