11.45.1 • Published 5 months ago

skyux-eslint v11.45.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

skyux-eslint (Developer Preview)

This library was generated with Nx.

Running unit tests

Run nx test skyux-eslint to execute the unit tests via Jest.

Implement in eslint.config.js

// @ts-check
const eslint = require('@eslint/js');
const angular = require('angular-eslint');
const skyux = require('skyux-eslint');
const tseslint = require('typescript-eslint');

module.exports = tseslint.config(
  {
    files: ['**/*.ts'],
    extends: [
      eslint.configs.recommended,
      ...tseslint.configs.recommended,
      ...tseslint.configs.stylistic,
      ...angular.configs.tsRecommended,
      ...skyux.configs.tsRecommended,
    ],
    processor: angular.processInlineTemplates,
    rules: {
      // ...
    },
  },
  {
    files: ['**/*.html'],
    extends: [
      ...angular.configs.templateRecommended,
      ...angular.configs.templateAccessibility,
      ...skyux.configs.templateRecommended,
    ],
    rules: {},
  },
);
11.33.0

7 months ago

11.35.0

7 months ago

11.37.0

7 months ago

11.39.0

7 months ago

11.31.0

8 months ago

12.0.0-alpha.11

5 months ago

11.43.1

6 months ago

11.45.0

6 months ago

11.22.0

9 months ago

11.45.1

5 months ago

11.24.0

9 months ago

11.26.0

9 months ago

11.28.0

8 months ago

12.0.0-alpha.9

6 months ago

12.0.0-alpha.8

6 months ago

12.0.0-alpha.10

5 months ago

11.41.0

6 months ago

11.43.0

6 months ago

11.20.0

10 months ago

11.34.0

7 months ago

11.36.0

7 months ago

11.36.1

7 months ago

11.38.0

7 months ago

11.36.2

7 months ago

11.38.1

7 months ago

11.19.1

10 months ago

11.19.0

10 months ago

11.19.2

10 months ago

12.0.0-alpha.1

7 months ago

12.0.0-alpha.0

8 months ago

12.0.0-alpha.3

7 months ago

12.0.0-alpha.2

7 months ago

12.0.0-alpha.5

6 months ago

12.0.0-alpha.4

6 months ago

12.0.0-alpha.7

6 months ago

12.0.0-alpha.6

6 months ago

11.30.0

8 months ago

11.32.0

8 months ago

11.30.1

8 months ago

11.44.0

6 months ago

11.23.0

9 months ago

11.25.0

9 months ago

11.27.0

9 months ago

11.29.0

8 months ago

11.40.0

6 months ago

11.42.0

6 months ago

11.21.0

9 months ago

11.42.1

6 months ago

11.18.0

10 months ago