🚀 DAY 2 OF LAUNCH WEEK: Unify Your Security Stack with Socket Basics.Learn more
Socket
Book a DemoInstallSign in
Socket

@titicaca/stylelint-config-triple

Package Overview
Dependencies
Maintainers
114
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@titicaca/stylelint-config-triple

Triple's Stylelint config, following our styleguide.

latest
Source
npmnpm
Version
1.4.0
Version published
Maintainers
114
Created
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

Package last updated on 27 Dec 2024

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