Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

sass-lint-config-brainly

Package Overview
Dependencies
Maintainers
8
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sass-lint-config-brainly

Brainly's config for sass-lint

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
8
Created
Source

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

Keywords

sass-lint

FAQs

Package last updated on 21 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts