postcss/eslint-config-postcss

Name: eslint-config-postcss

Owner: PostCSS

Description: An ESLint shareable config for postcss and plugins

Created: 2016-01-25 12:36:47.0

Updated: 2018-05-23 18:57:13.0

Pushed: 2018-05-21 20:34:56.0

Homepage: null

Size: 27

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

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
Modern ES
m 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)


slintConfig": {
"extends": "eslint-config-postcss"


Old ES5
m 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:


slintConfig": {
"extends": "eslint-config-postcss/es5"



LICENSE

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.