stylelint-stylistic

v0.1.1
Plugin for endangered stylelint stylistic rules
lint linting plugin stylelint stylistic

reinstall

rm -rf node_modules && rm -f yarn-error.log && yarn install --check-files

test

jest --config .jest/jest.config.js --passWithNoTests

test:watch

yarn test --watch

test:output

yarn test --json --outputFile=.jest/jest.result.json

test:coverage

jest --clearCache && rm -rf .jest/coverage && yarn test:output --coverage

test:coverage:inspect

yarn test:coverage || (cp .jest/jest.serve.json .jest/coverage/lcov-report/serve.json && serve .jest/coverage/lcov-report -p 8081)

lint:code

eslint --max-warnings 0

lint:code:all

yarn lint:code 'lib/**/*.js'

Metadata

  • MIT
  • >=14.x
  • elirasza
  • released 4/1/2023

Downloads

Maintainers