stylelint

WebJar for stylelint

Лицензия

Лицензия

MIT
Категории

Категории

Github Инструменты разработки Контроль версий
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

github-com-stylelint-stylelint
Последняя версия

Последняя версия

13.6.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

stylelint
WebJar for stylelint
Ссылка на сайт

Ссылка на сайт

https://www.webjars.org
Система контроля версий

Система контроля версий

https://github.com/stylelint/stylelint

Скачать github-com-stylelint-stylelint

Как подключить последнюю версию

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

Зависимости

compile (48)

Идентификатор библиотеки Тип Версия
org.webjars.npm : postcss-syntax jar [0.36.2,0.37)
org.webjars.npm : sugarss jar [2.0.0,3)
org.webjars.npm : postcss-media-query-parser jar [0.2.3,0.3)
org.webjars.npm : postcss-html jar [0.36.0,0.37)
org.webjars.npm : postcss-safe-parser jar [4.0.2,5)
org.webjars.npm : write-file-atomic jar [3.0.3,4)
org.webjars.npm : leven jar [3.1.0,4)
org.webjars.npm : postcss-value-parser jar [4.1.0,5)
org.webjars.npm : stylelint__postcss-markdown jar [0.36.1,0.37)
org.webjars.npm : stylelint__postcss-css-in-js jar [0.37.1,0.38)
org.webjars.npm : postcss-reporter jar [6.0.1,7)
org.webjars.npm : svg-tags jar [1.0.0,2)
org.webjars.npm : globjoin jar [0.1.4,0.2)
org.webjars.npm : globby jar [11.0.1,12)
org.webjars.npm : postcss-scss jar [2.1.1,3)
org.webjars.npm : html-tags jar [3.1.0,4)
org.webjars.npm : autoprefixer jar [9.8.0,10)
org.webjars.npm : slash jar [3.0.0,4)
org.webjars.npm : cosmiconfig jar [6.0.0,7)
org.webjars.npm : specificity jar [0.4.1,0.5)
org.webjars.npm : known-css-properties jar [0.19.0,0.20)
org.webjars.npm : meow jar [7.0.1,8)
org.webjars.npm : file-entry-cache jar [5.0.1,6)
org.webjars.npm : debug jar [4.1.1,5)
org.webjars.npm : postcss-less jar [3.1.4,4)
org.webjars.npm : v8-compile-cache jar [2.1.1,3)
org.webjars.npm : log-symbols jar [4.0.0,5)
org.webjars.npm : postcss jar [7.0.32,8)
org.webjars.npm : balanced-match jar [1.0.0,2)
org.webjars.npm : execall jar [2.0.0,3)
org.webjars.npm : import-lazy jar [4.0.0,5)
org.webjars.npm : postcss-selector-parser jar [6.0.2,7)
org.webjars.npm » postcss-resolve-nested-selector jar [0.1.1,0.2)
org.webjars.npm : imurmurhash jar [0.1.4,0.2)
org.webjars.npm : resolve-from jar [5.0.0,6)
org.webjars.npm : normalize-selector jar [0.2.0,0.3)
org.webjars.npm : strip-ansi jar [6.0.0,7)
org.webjars.npm : postcss-sass jar [0.4.4,0.5)
org.webjars.npm : mathml-tag-names jar [2.1.3,3)
org.webjars.npm : table jar [5.4.6,6)
org.webjars.npm : get-stdin jar [8.0.0,9)
org.webjars.npm : string-width jar [4.2.0,5)
org.webjars.npm : global-modules jar [2.0.0,3)
org.webjars.npm : ignore jar [5.1.8,6)
org.webjars.npm : micromatch jar [4.0.2,5)
org.webjars.npm : lodash jar [4.17.15,5)
org.webjars.npm : style-search jar [0.1.0,0.2)
org.webjars.npm : chalk jar [4.1.0,5)

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
13.6.1