1.0.0-rc.7 • Published 10 months ago

@netflix/eslint-plugin-x-element v1.0.0-rc.7

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

eslint-plugin-x-element

An ESLint plugin for x-element.

Explainer

The x-element library ships with a simple, efficient template engine. By design, its supported syntax is strict and unforgiving. This approach affords improved performance and minimizes template complexity.

This plugin improves the feedback loop while using the x-element template syntax by detecting issues through static analysis and saving the need to test changes in the browser one-by-one.

Installation & Usage

npm install --save-dev @netflix/eslint-plugin-x-element
import XElement from '@netflix/eslint-plugin-x-element';

export default [
  /* … */
  {
    files: ['**/*.js'],
    plugins: { XElement },
    rules: { 'XElement/no-invalid-html': 'error' },
  },
  /* … */
];
1.0.0-rc.7

10 months ago

1.0.0-rc.6

10 months ago

1.0.0-rc.5

10 months ago

1.0.0-rc.4

10 months ago

1.0.0-rc.3

10 months ago

1.0.0-rc.2

10 months ago

1.0.0-rc.1

10 months ago