css-what

v3.4.1
a CSS selector parser

test

jest --coverage -u && npm run lint

coverage

cat coverage/lcov.info | coveralls

lint

npm run lint:es && npm run lint:prettier

lint:es

eslint src

lint:prettier

npm run prettier -- --check

format

npm run format:es && npm run format:prettier

format:es

npm run lint:es -- --fix

format:prettier

npm run prettier -- --write

prettier

prettier '**/*.{ts,md,json,yml}'

build

tsc

prepare

npm run build

Metadata

Downloads

Maintainers