0.4.0 • Published 3 years ago

@atlassian/eslint-plugin-aui-deprecation v0.4.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

AUI deprecated API usage linter

This ESLint plugin contains rules to report usages of deprecated AUI APIs.

Usage

Include the plugin with npm install @atlassian/eslint-plugin-aui-deprecation and include it in your ESLint config file.

{
	"plugins": [
		"@atlassian/aui-deprecation"
	],
	...
}

By default, the plugin will report any deprecated AUI usage as an error. You will need to override this severity level inside your own ESLint config file.

{
	"@atlassian/aui-deprecation/no-dialog1": 0
}