Socket
Book a DemoInstallSign in
Socket

@scentregroup/stylelint-config

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@scentregroup/stylelint-config

Stylelint config for Scentre Group projects.

unpublished
latest
Source
npmnpm
Version
0.2.3
Version published
Maintainers
2
Created
Source

Scentre Group Stylelint Config

This package contains Scentre Group's Stylelint configuration.

Usage

  • Run yarn add stylelint stylelint-scss @scentregroup/stylelint-config --dev
  • Run touch .stylelintrc.js
  • Extend @scentregroup/stylelint-config, i.e. add the following to .stylelintrc.js:
module.exports = {
  extends: ['@scentregroup/stylelint-config']
}
  • Add a lint:style task to scripts in package.json: stylelint 'src/**/*.{css,scss}'

Development

If you would like to try out the repository locally:

  • Run git clone git@github.com:ScentreGroup/javascript_config.git
  • cd javascript_config/stylelint-config
  • Create a global link to this repository via yarn link
  • In the repository you would like to test, run yarn link @scentregroup/stylelint-config.
  • You can then proceed as per the Usage section.

FAQs

Package last updated on 18 Feb 2019

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