0.0.5 • Published 10 months ago

eslint-plugin-jsx-no-inline-style v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

eslint-plugin-jsx-no-inline-style

ESlint plugin to disallow inline styles in jsx.

Usage:

Install

npm install eslint-plugin-jsx-no-inline-style

Step 1: Add the plugin in ESLint Config

{
	"plugins": ["jsx-no-inline-style"]
}

Step 2: Add the Plugin's rule

{
	"rules": {
		"jsx-no-inline-style/no-inline-style": "error"
	}
}

ESLint Plugin Guide: https://www.alibabacloud.com/blog/write-eslint-rules-that-meet-needs_599280

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago