3.0.1 • Published 2 years ago

eslint-plugin-import-css-path v3.0.1

Weekly downloads
29
License
MIT
Repository
-
Last release
2 years ago

eslint-plugin-import-css-path

A lightweight fork of eslint-plugin-require-path-exists that only checks CSS files.

Usage

  1. Install eslint-plugin-require-path-exists as a dev-dependency:
npm install --save-dev eslint-plugin-import-css-path
  1. Enable the plugin by adding it to the plugins and start from default (recommended) configuration in extends in .eslintrc:
{
  "extends": [
    "plugin:import-css-path/recommended"
  ]
}

Rules

NameDescriptionDefault Configuration
import-css-path/existsYou should only import CSS paths that exist[ "error" ]

License

MIT

3.0.1

2 years ago

2.0.0-0

2 years ago

2.2.0-0

2 years ago

2.1.0-0

2 years ago

3.0.0

2 years ago

1.2.1

3 years ago

1.2.0

3 years ago