0.13.8 • Published 30 days ago

@compiled/eslint-plugin v0.13.8

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
30 days ago

@compiled/eslint-plugin

This plugin contains rules that should be used when working with @compiled/react.

Installation

npm install @compiled/eslint-plugin --save-dev

Usage

Add @compiled to the plugins section of your .eslintrc configuration file, then configure the rules you want to use under the rules section.

{
  "plugins": ["@compiled"],
  "rules": {
    "@compiled/rule-name": "error"
  }
}

You can also enable the recommended rules for compiled by adding plugin:@compiled/recommended in extends:

{
+  "extends": ["plugin:@compiled/recommended"],
-  "plugins": ["@compiled"]
}

Supported rules

:white_check_mark: = recommended, :wrench: = automatically fixable, :bulb: = manually fixable

NameDescription:white_check_mark:Fixable
@compiled/jsx-pragmaEnforces a jsx pragma when using the css prop:wrench:
@compiled/no-css-tagged-template-expressionDisallows the css tagged template expression:white_check_mark::wrench:
@compiled/no-emotion-cssDisallows @emotion usages:wrench:
@compiled/no-exported-cssDisallows css usages from being exported:white_check_mark:
@compiled/no-exported-keyframesDisallows keyframes usages from being exported:white_check_mark:
@compiled/no-keyframes-tagged-template-expressionDisallows the keyframes tagged template expression:white_check_mark::wrench:
@compiled/no-styled-tagged-template-expressionDisallows the styled tagged template expression:white_check_mark::wrench:
@compiled/no-css-prop-without-css-functionDisallows css prop without the css function:white_check_mark::wrench:
0.13.8

30 days ago

0.13.7

1 month ago

0.13.6

3 months ago

0.13.5

5 months ago

0.13.4

5 months ago

0.13.3

5 months ago

0.13.2

5 months ago

0.13.1

5 months ago

0.13.0

5 months ago

0.9.4

6 months ago

0.9.3

7 months ago

0.11.0

6 months ago

0.10.1

6 months ago

0.12.0

6 months ago

0.10.0

6 months ago

0.9.0

7 months ago

0.8.1

9 months ago

0.8.0

9 months ago

0.9.2

7 months ago

0.9.1

7 months ago

0.7.0

1 year ago

0.6.0

1 year ago

0.4.8

1 year ago

0.4.7

1 year ago

0.5.0

1 year ago

0.4.5

1 year ago

0.4.4

1 year ago

0.4.6

1 year ago

0.4.3

1 year ago

0.4.2

2 years ago

0.3.0

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

3 years ago