eslint-plugin-lwc icon indicating copy to clipboard operation
eslint-plugin-lwc copied to clipboard

Extend no-deprecated rule to flag up more APIs

Open geoffswift opened this issue 1 year ago • 0 comments
trafficstars

Various lightning APIs are deprecated/unsupported and their usage would ideally be flagged up by the rule no-deprecated. Examples include...

import { getRecordUi } from 'lightning/uiRecordApi';

https://developer.salesforce.com/docs/platform/lwc/guide/reference-wire-adapters-record-ui.html#usage

import { getRecordNotifyChange } from 'lightning/uiRecordApi';

https://developer.salesforce.com/docs/platform/lwc/guide/reference-get-record-notify.html

import { getListUi } from "lightning/uiListApi";

https://developer.salesforce.com/docs/platform/lwc/guide/reference-get-list-ui.html

geoffswift avatar Nov 29 '23 09:11 geoffswift