@firefoxic/stylelint-config
Advanced tools
Comparing version 1.0.0 to 2.0.0
{ | ||
"name": "@firefoxic/stylelint-config", | ||
"description": "Shared config for stylelint by firefoxic.", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"license": "MIT", | ||
@@ -34,3 +34,3 @@ "author": { | ||
"@firefoxic/eslint-config": "^1.0.0", | ||
"@firefoxic/utils": "^0.1.1", | ||
"@firefoxic/update-changelog": "^0.1.0", | ||
"eslint": "^9.2.0", | ||
@@ -37,0 +37,0 @@ "husky": "^9.0.11", |
# @firefoxic/stylelint-config | ||
[![Test Status][test-image]][test-url] | ||
[![License: MIT][license-image]][license-url] | ||
[![Changelog][changelog-image]][changelog-url] | ||
[![NPM version][npm-image]][npm-url] | ||
[![Test Status][test-image]][test-url] | ||
@@ -31,13 +32,12 @@ Shared config for stylelint by [firefoxic](https://firefoxic.dev). | ||
## Useful links | ||
[license-url]: https://github.com/firefoxic/stylelint-config/blob/main/LICENSE.md | ||
[license-image]: https://img.shields.io/badge/License-MIT-limegreen.svg | ||
- [Changelog](CHANGELOG.md) | ||
[changelog-url]: https://github.com/firefoxic/stylelint-config/blob/main/CHANGELOG.md | ||
[changelog-image]: https://img.shields.io/badge/CHANGELOG-md-limegreen | ||
[npm-url]: https://npmjs.org/package/@firefoxic/stylelint-config | ||
[npm-image]: https://badge.fury.io/js/@firefoxic%2Fstylelint-config.svg | ||
[test-url]: https://github.com/firefoxic/stylelint-config/actions | ||
[test-image]: https://github.com/firefoxic/stylelint-config/actions/workflows/test.yml/badge.svg?branch=main | ||
[npm-url]: https://npmjs.org/package/firefoxic/stylelint-config | ||
[npm-image]: https://badge.fury.io/js/@firefoxic%2Fstylelint-config.svg | ||
[license-url]: https://github.com/firefoxic/stylelint-config/blob/main/LICENSE.md | ||
[license-image]: https://img.shields.io/badge/License-MIT-limegreen.svg |
@@ -54,13 +54,2 @@ /** @type {import('stylelint').Config} */ | ||
"keyframe-selector-notation": `percentage-unless-within-keyword-only-block`, | ||
"length-zero-no-unit": [ | ||
true, | ||
{ | ||
ignore: [`custom-properties`], | ||
ignoreFunctions: [ | ||
`calc`, | ||
`var`, | ||
`/^--/`, | ||
], | ||
}, | ||
], | ||
"max-nesting-depth": [ | ||
@@ -86,2 +75,3 @@ 2, | ||
"no-irregular-whitespace": true, | ||
"no-unknown-custom-media": true, | ||
"number-max-precision": [ | ||
@@ -171,2 +161,9 @@ 3, | ||
"@stylistic/media-query-list-comma-space-before": `never-single-line`, | ||
"@stylistic/named-grid-areas-alignment": [ | ||
true, | ||
{ | ||
gap: 2, | ||
alignQuotes: true, | ||
}, | ||
], | ||
"@stylistic/no-eol-whitespace": true, | ||
@@ -173,0 +170,0 @@ "@stylistic/no-extra-semicolons": true, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11097
193