@esri/eslint-plugin-calcite-components
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -183,3 +183,3 @@ 'use strict'; | ||
/* Copyright 2021 Esri | ||
/* Copyright 2022 Esri | ||
* | ||
@@ -205,3 +205,3 @@ * Licensed under the Apache License Version 2.0 (the "License"); | ||
/* Copyright 2021 Esri | ||
/* Copyright 2022 Esri | ||
* | ||
@@ -248,3 +248,3 @@ * Licensed under the Apache License Version 2.0 (the "License"); | ||
/* Copyright 2021 Esri | ||
/* Copyright 2022 Esri | ||
* | ||
@@ -274,3 +274,3 @@ * Licensed under the Apache License Version 2.0 (the "License"); | ||
/* Copyright 2021 Esri | ||
/* Copyright 2022 Esri | ||
* | ||
@@ -277,0 +277,0 @@ * Licensed under the Apache License Version 2.0 (the "License"); |
{ | ||
"name": "@esri/eslint-plugin-calcite-components", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "ESLint rules for @esri/calcite-components", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -44,2 +44,6 @@ # @esri/eslint-plugin-calcite-components | ||
- [`@esri/calcite-components/ban-events`](./docs/ban-events.md) | ||
This rule helps prevent usage of specific events and allows suggesting alternatives. | ||
- [`@esri/calcite-components/ban-props-on-host`](./docs/ban-props-on-host.md) | ||
@@ -49,2 +53,6 @@ | ||
- [`@esri/calcite-components/require-event-emitter-type`](./docs/require-event-emitter-type.md) | ||
This rule helps enforce the payload type to EventEmitters to avoid misleading `any` type on the CustomEvent detail object. | ||
- [`@esri/calcite-components/strict-boolean-attributes`](./docs/strict-boolean-attributes.md) | ||
@@ -59,2 +67,3 @@ | ||
"@esri/calcite-components/ban-props-on-host": "error", | ||
"@esri/calcite-components/require-event-emitter-type": "error", | ||
"@esri/calcite-components/strict-boolean-attributes": "error" | ||
@@ -61,0 +70,0 @@ } |
24943
95