@clr/eslint-plugin

0.0.4 • Public • Published

@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.

Name Description 🔧
no-deprecated-components Use clr-file instead other cds-file or native input 🔧
no-inline-styles No raw values for colors 🔧

Package Sidebar

Install

npm i @clr/eslint-plugin

Weekly Downloads

1

Version

0.0.4

License

MIT

Unpacked Size

9.29 kB

Total Files

6

Last publish

Collaborators

  • jinnie
  • kevinbuhmann
  • clarity-service-account
  • danieltsanev