Socket
Book a DemoInstallSign in
Socket

eslint-config-postcss

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-postcss

An ESLint shareable config for PostCSS and plugins

latest
Source
npmnpm
Version
4.0.0
Version published
Maintainers
2
Created
Source

ESLint Config PostCSS

An ESLint shareable config for PostCSS and plugins.

If you have any question about a rule or want to discuss about it, please open an issue.

Usage

Install

$ npm install --save-dev eslint-config-postcss @logux/eslint-config eslint-config-standard eslint-plugin-promise eslint-plugin-jest eslint-plugin-node eslint-plugin-standard eslint-plugin-security eslint-plugin-import eslint-plugin-prefer-let eslint-plugin-unicorn

Add to your eslint configuration (here, in package.json)

{
  "eslintConfig": {
    "extends": "eslint-config-postcss"
  }
}

LICENSE

Keywords

eslint

FAQs

Package last updated on 18 Feb 2020

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