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

Source
npmnpm
Version
3.0.0
Version published
Weekly downloads
2.1K
-30.72%
Maintainers
2
Weekly downloads
 
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

Modern ES

$ npm install --save-dev eslint-config-postcss eslint-config-logux eslint-config-standard eslint-plugin-promise eslint-plugin-jest eslint-plugin-node eslint-plugin-standard eslint-plugin-security eslint-plugin-import

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

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

Old ES5

$ npm install --save-dev eslint-config-postcss eslint-config-logux eslint-config-standard eslint-plugin-promise eslint-plugin-jest eslint-plugin-node eslint-plugin-es5 eslint-plugin-standard eslint-plugin-security eslint-plugin-import

To use only ES5 rule set:

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

LICENSE

Keywords

eslint

FAQs

Package last updated on 21 May 2018

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