0.0.4 • Published 11 months ago

@clr/eslint-plugin v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months 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

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago

0.0.0

11 months ago