Skip to content

beerinho/ember-template-lint-plugin-css-modules

 
 

Repository files navigation

ember-template-lint-plugin-css-modules

ember-template-lint plugin for ember-css-modules

Installation

yarn add --dev ember-template-lint-plugin-css-modules

Usage

// .template-lintrc.js

module.exports = {
  plugins: ['ember-template-lint-plugin-css-modules'],

  rules: {
    'css-modules/static-local-class': true,
  },
};

Rules

  • no-class – Disallows usage of all class attributes
  • static-local-class – Disallows use of variable values in local-class attributes

License

This projects is developed by and © simplabs GmbH and contributors. It is released under the MIT License.

About

ember-template-lint plugin for ember-css-modules

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%