Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@firefoxic/stylelint-config

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firefoxic/stylelint-config - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

4

package.json
{
"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,

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