0.0.4 • Published 1 year ago

@clr/eslint-plugin v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@clr/eslint-plugin

Clarity Improvement proposal

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install @clr/eslint-plugin:

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

Usage

Add the recommended configuration to your eslint.confing.mjs configuration file:

import pluginClarity from "@clr/eslint-plugin";

{
    ...pluginClarity.configs.recommended,
}

Configurations

Name
āœ…recommended

Rules

šŸ”§ Automatically fixable by the --fix CLI option.

NameDescriptionšŸ”§
no-deprecated-componentsUse clr-file instead other cds-file or native inputšŸ”§
no-inline-stylesNo raw values for colorsšŸ”§
0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago