1.0.1 • Published 4 years ago

sass-lint-config-brainly v1.0.1

Weekly downloads
38
License
MIT
Repository
github
Last release
4 years ago

sass-lint-config-brainly

npm

Brainly's config for sass-lint.

Installation and usage

Install the sass-lint-config-brainly package with yarn/npm:

yarn add --dev sass-lint-config-brainly

and use the config when running sass-lint:

sass-lint --config `node -p 'require.resolve("sass-lint-config-brainly")'`

Accessing the file directly

Instead of using require.resolve you can also try and access the file directly inside the node_modules directory (beware - this might not work depending on directory structure, e.g. when using yarn workspaces).

sass-lint --config node_modules/sass-lint-config-brainly/.sass-lint.yml

More tools config

Looking for more of our tools configs? Check out this readme.

License

MIT