# Introduction

eslint-plugin-css (opens new window) is an ESLint plugin that provides rules to verify CSS definition objects.

NPM license (opens new window) NPM version (opens new window) NPM downloads (opens new window) NPM downloads (opens new window) NPM downloads (opens new window) NPM downloads (opens new window) NPM downloads (opens new window) Build Status (opens new window) Coverage Status (opens new window)

::: WORKING IN PROGRESS :::

# 📛 Features

This ESLint plugin provides linting rules to verify CSS definition objects.

You can check on the Online DEMO.

vuejsx

# ❓ Why is it ESLint plugin?

Stylelint (opens new window) partially supports CSS in JS, but some issues haven't been resolved for a long time.
Also, CSS definitions using template literals are similar to CSS syntax, but CSS definitions using JavaScript objects are not. ESLint may work better for linting JavaScript objects.

# 📖 Usage

See User Guide.

# ✅ Rules

See Available Rules.

# ⚙️ Settings

See Settings.

# 🔒 License

See the LICENSE file for license rights and limitations (MIT).