stylelint-config-itgalaxy

v58.0.0
A mostly reasonable approach to CSS and SCSS.
style guide styleguide lint itgalaxy css scss stylelint stylelint-config

lint:check-rules

stylelint-find-rules --config lib/config/all.js

lint:prettier

prettier --list-different "{lib,__tests__}/**/*.{js,cjs,mjs,jsx,md}" "*.{js,cjs,mjs,jsx,md}"

lint:md

remark . -i .gitignore -f -q

lint:js

eslint . --cache --cache-location "node_modules/.cache/eslint/.eslintcache" --ignore-pattern "!.*" --ignore-path .gitignore --ext ".js,.cjs,.mjs,.jsx"

lint

npm-run-all -l -p "lint:**"

prettier

npm run lint:prettify -- --write

fix:js

npm run lint:js -- --fix

fix

npm-run-all -c -l -p "fix:**" -s prettier

pretest

npm run lint

test:only

jest

test

npm run test:only

release

standard-version
npm i stylelint-config-itgalaxy

Metadata

  • MIT
  • >= 10.13.0
  • Itgalaxy
  • released 1/28/2020

Downloads