stylelint

WebJar for stylelint

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

stylelint
Last Version

Last Version

13.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

stylelint
WebJar for stylelint
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/stylelint/stylelint

Download stylelint

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/stylelint/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>stylelint</artifactId>
    <version>13.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/stylelint/
implementation 'org.webjars.npm:stylelint:13.4.0'
// https://jarcasting.com/artifacts/org.webjars.npm/stylelint/
implementation ("org.webjars.npm:stylelint:13.4.0")
'org.webjars.npm:stylelint:jar:13.4.0'
<dependency org="org.webjars.npm" name="stylelint" rev="13.4.0">
  <artifact name="stylelint" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='stylelint', version='13.4.0')
)
libraryDependencies += "org.webjars.npm" % "stylelint" % "13.4.0"
[org.webjars.npm/stylelint "13.4.0"]

Dependencies

compile (48)

Group / Artifact Type Version
org.webjars.npm : style-search jar [0.1.0,0.2)
org.webjars.npm : postcss-selector-parser jar [6.0.2,7)
org.webjars.npm : string-width jar [4.2.0,5)
org.webjars.npm : global-modules jar [2.0.0,3)
org.webjars.npm » postcss-resolve-nested-selector jar [0.1.1,0.2)
org.webjars.npm : cosmiconfig jar [6.0.0,7)
org.webjars.npm : meow jar [7.0.1,8)
org.webjars.npm : stylelint__postcss-markdown jar [0.36.1,0.37)
org.webjars.npm : ignore jar [5.1.4,6)
org.webjars.npm : svg-tags jar [1.0.0,2)
org.webjars.npm : postcss-html jar [0.36.0,0.37)
org.webjars.npm : get-stdin jar [8.0.0,9)
org.webjars.npm : postcss-value-parser jar [4.1.0,5)
org.webjars.npm : postcss-reporter jar [6.0.1,7)
org.webjars.npm : postcss jar [7.0.30,8)
org.webjars.npm : slash jar [3.0.0,4)
org.webjars.npm : mathml-tag-names jar [2.1.3,3)
org.webjars.npm : specificity jar [0.4.1,0.5)
org.webjars.npm : html-tags jar [3.1.0,4)
org.webjars.npm : import-lazy jar [4.0.0,5)
org.webjars.npm : resolve-from jar [5.0.0,6)
org.webjars.npm : table jar [5.4.6,6)
org.webjars.npm : micromatch jar [4.0.2,5)
org.webjars.npm : postcss-safe-parser jar [4.0.2,5)
org.webjars.npm : globby jar [11.0.0,12)
org.webjars.npm : execall jar [2.0.0,3)
org.webjars.npm : known-css-properties jar [0.19.0,0.20)
org.webjars.npm : write-file-atomic jar [3.0.3,4)
org.webjars.npm : postcss-less jar [3.1.4,4)
org.webjars.npm : leven jar [3.1.0,4)
org.webjars.npm : autoprefixer jar [9.7.6,10)
org.webjars.npm : strip-ansi jar [6.0.0,7)
org.webjars.npm : lodash jar [4.17.15,5)
org.webjars.npm : postcss-syntax jar [0.36.2,0.37)
org.webjars.npm : v8-compile-cache jar [2.1.0,3)
org.webjars.npm : debug jar [4.1.1,5)
org.webjars.npm : normalize-selector jar [0.2.0,0.3)
org.webjars.npm : postcss-scss jar [2.0.0,3)
org.webjars.npm : file-entry-cache jar [5.0.1,6)
org.webjars.npm : postcss-sass jar [0.4.4,0.5)
org.webjars.npm : postcss-media-query-parser jar [0.2.3,0.3)
org.webjars.npm : log-symbols jar [4.0.0,5)
org.webjars.npm : imurmurhash jar [0.1.4,0.2)
org.webjars.npm : globjoin jar [0.1.4,0.2)
org.webjars.npm : sugarss jar [2.0.0,3)
org.webjars.npm : stylelint__postcss-css-in-js jar [0.37.1,0.38)
org.webjars.npm : chalk jar [4.0.0,5)
org.webjars.npm : balanced-match jar [1.0.0,2)

Project Modules

There are no modules declared in this project.

stylelint

NPM version Build Status NPM Downloads

A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.

Features

It's mighty as it:

  • understands the latest CSS syntax including custom properties and level 4 selectors
  • extracts embedded styles from HTML, markdown and CSS-in-JS object & template literals
  • parses CSS-like syntaxes like SCSS, Sass, Less and SugarSS
  • has over 170 built-in rules to catch errors, apply limits and enforce stylistic conventions
  • supports plugins so you can create your own rules or make use of plugins written by the community
  • automatically fixes the majority of stylistic violations
  • is well tested with over 15000 unit tests
  • supports shareable configs that you can extend or create
  • is unopinionated so that you can customize it to your exact needs
  • has a growing community and is used by Facebook, GitHub and WordPress

Example output

Example

Getting started

You'll find steps to get started in our User guide.

Contributors

Without the contributions from all these fantastic people, stylelint would not exist. Become a contributor.

Backers

Thank you to all our backers! Become a backer.

Sponsors

Support this project to show your logo here with a link to your website. Become a sponsor.

License

The MIT License.

org.webjars.npm

stylelint

A mighty, modern CSS linter

Versions

Version
13.4.0
9.8.0
8.4.0
6.5.1