🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

@computerrock/stylelint-config-react-app

Package Overview
Dependencies
Maintainers
9
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@computerrock/stylelint-config-react-app

stylelint configuration for React projects

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
9
Created
Source

@computerrock/stylelint-config-react-app

This package contains shareable stylelint configuration used for React projects.

Usage

Install this package, stylelint and the necessary plugins.

$ npm install stylelint@^9.2.1 stylelint-webpack-plugin@^0.10.5 stylelint-scss@^3.1.0 stylelint-selector-bem-pattern@^2.0.0 --save-dev
$ npm install @computerrock/stylelint-config-react-app --save-dev

Create a file named .stylelintrc with following contents in the root folder of your project:

{
    "extends": "@computerrock/stylelint-config-react-app",
    "rules": {}
}

You can override the settings from @computerrock/stylelint-config-react-app by editing the .stylelintrc file. Learn more about configuring stylelint on the stylelint website.

FAQs

Package last updated on 14 Dec 2023

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