Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

eslint-config-postcss

postcss5.5kMIT4.0.0

An ESLint shareable config for PostCSS and plugins

eslint, eslint-config, postcss

readme

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

changelog

Change Log

This project adheres to Semantic Versioning.

4.0

  • Remove separated es5 and node configs.

3.0.7

  • Use @logux/eslint-config instead of eslint-config-logux.

3.0.6

  • Make peerDependencies auto-updatable.

3.0.5

  • Fix peerDependencies.

3.0.4

  • Use Logux config 24.

3.0.3

  • Use eslint-plugin-node 7.

3.0.2

  • Fix ESLint 5.0 warning.

3.0.1

  • Fix peer dependencies.

3.0

  • Use Logux config as base.

2.0.2

  • Add Promise global to ES5 config (by Bogdan Chadkin).

2.0.1

  • Clean es5 config from ES6 rules (by Gilmore Davidson).

2.0

  • Use ESLint 2.0.

1.0

  • Initial release.