Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
@edenspiekermann/stylelint-config
Advanced tools
This repository contains the STYLELINT configuration for projects at Edenspiekermann.
Install this package, and save it as a devDependency:
yarn add @edenspiekermann/stylelint-config --dev
Then have your project's .stylelintrc
file extend the ruleset.
{
"extends": ["@edenspiekermann/stylelint-config"]
}
Using "extends": ["@edenspiekermann/stylelint-config"]
is a short hand for "extends": ["@edenspiekermann/stylelint-config/rules/core"]
. The core rules use extend the stylelint-config-standard configuration. It contains all rulesets for a frameworkless / vanilla css validation. On top of that its possible to extend these rules with some more specific configurations (see the following).
Add this configuration if you want to use stylelint with the rules of BEM.
{
"extends": [
"@edenspiekermann/stylelint-config",
"@edenspiekermann/stylelint-config/rules/bem"
]
}
Add this configuration if you want to use stylelint with the rules of SASS.
{
"extends": [
"@edenspiekermann/stylelint-config",
"@edenspiekermann/stylelint-config/rules/sass"
]
}
Add this configuration if you want to use stylelint with the rules of styled components.
{
"extends": [
"@edenspiekermann/stylelint-config",
"@edenspiekermann/stylelint-config/rules/styled-components"
]
}
Add this configuration if you want to use stylelint with the rules of tailwind.
{
"extends": [
"@edenspiekermann/stylelint-config",
"@edenspiekermann/stylelint-config/rules/tailwind"
]
}
The MIT License (MIT). Please see License File for more information.
FAQs
A shareable stylelint config for ESPI projects
We found that @edenspiekermann/stylelint-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
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.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.