stylelint

v16.7.0
A mighty CSS linter that helps you avoid errors and enforce conventions.
css-in-js css less lint linter markdown sass scss stylelint and 2 more...

lint

npm-run-all --parallel --continue-on-error lint:*

test

node --experimental-vm-modules node_modules/jest/bin/jest.js

build

rollup -c

watch

npm test --ignore-scripts -- --watch

format

prettier . --write --cache

lint:js

eslint . --cache --max-warnings=0 --ext .js,.mjs

lint:md

remark . --quiet --frail

prepare

husky && npm run build

pretest

npm run lint

release

np --no-release-draft

changeset

changeset version && node .changeset/rewrite-changelog.mjs CHANGELOG.md && git restore package.json

test-only

npm test --ignore-scripts

lint:types

tsc

build-check

node scripts/build-check.mjs

postprepare

patch-package

test-coverage

npm test --ignore-scripts -- --coverage

benchmark-rule

node scripts/benchmark-rule.mjs

lint:formatting

prettier . --check --cache

Metadata

  • MIT
  • >=18.12.0
  • stylelint
  • released 7/12/2024

Downloads