Socket
Socket
Sign inDemoInstall

@titicaca/stylelint-config-triple

Package Overview
Dependencies
171
Maintainers
57
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @titicaca/stylelint-config-triple

Triple's Stylelint config, following our styleguide.


Version published
Maintainers
57
Install size
2.01 MB
Created

Readme

Source

@titicaca/stylelint-config-triple

Installation

npm install @titicaca/stylelint-config-triple stylelint --save-dev

Usage

package.json의 scripts 속성에 다음을 추가해주세요.

{
  "lint:style": "stylelint './**/*.{js,ts,tsx}'",
  "lint:style:fix": "stylelint './**/*.{js,ts,tsx}' --fix"
}

만약 css 파일을 별도로 관리하는 프로젝트라면 파일 확장자에 css를 추가해주세요.

.stylelintrc 파일을 생성하고 다음을 추가해주세요.

{
  "extends": ["@titicaca/stylelint-config-triple"]
}

FAQs

Last updated on 07 Aug 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc