sass-lint-config-brainly
v1.0.1
Published
Brainly's config for sass-lint
Downloads
9
Readme
sass-lint-config-brainly
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