11.45.1 • Published 4 months ago
skyux-eslint v11.45.1
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
6 months ago
11.35.0
6 months ago
11.37.0
5 months ago
11.39.0
5 months ago
11.31.0
6 months ago
12.0.0-alpha.11
4 months ago
11.43.1
4 months ago
11.45.0
4 months ago
11.22.0
8 months ago
11.45.1
4 months ago
11.24.0
7 months ago
11.26.0
7 months ago
11.28.0
7 months ago
12.0.0-alpha.9
4 months ago
12.0.0-alpha.8
4 months ago
12.0.0-alpha.10
4 months ago
11.41.0
5 months ago
11.43.0
4 months ago
11.20.0
8 months ago
11.34.0
6 months ago
11.36.0
6 months ago
11.36.1
5 months ago
11.38.0
5 months ago
11.36.2
5 months ago
11.38.1
5 months ago
11.19.1
8 months ago
11.19.0
8 months ago
11.19.2
8 months ago
12.0.0-alpha.1
5 months ago
12.0.0-alpha.0
6 months ago
12.0.0-alpha.3
5 months ago
12.0.0-alpha.2
5 months ago
12.0.0-alpha.5
4 months ago
12.0.0-alpha.4
5 months ago
12.0.0-alpha.7
4 months ago
12.0.0-alpha.6
4 months ago
11.30.0
7 months ago
11.32.0
6 months ago
11.30.1
7 months ago
11.44.0
4 months ago
11.23.0
8 months ago
11.25.0
7 months ago
11.27.0
7 months ago
11.29.0
7 months ago
11.40.0
5 months ago
11.42.0
5 months ago
11.21.0
8 months ago
11.42.1
5 months ago
11.18.0
8 months ago