0.10.5 • Published 7 years ago

eslint-plugin-email-css-rules v0.10.5

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

eslint-plugin-email-css-rules

js-standard-style Build Status Coverage Status

React css email's rules.

installation

Install ESLint either locally or globally.

npm install eslint

After that

$ npm install eslint-email-rules --save-dev

Configuration

Add to plugins section in eslintrc file.

{
  "plugins": [
    "email-css-rules"
  ]
}

If it is not already the case you must also configure ESLint to support JSX.

{
  "ecmaFeatures": {
    "jsx": true
  }
}

Special Thank

Thanks for all reference data from react-html-email to composed those datas to JSON. And ValidatorCssStyle inspration.

Huge thank from resource from The Untimate Guide to CSS to collect the css breakdown in every platforms.

Contribute

I warm welcome all for contributer to make it better (Trump face).