Skip to content

Maintainability

Rules for improving code maintainability.

RuleDefaultDescription
no-hard-code-idoffDetect hardcoded id attributes
no-inline-stylewarningDetect inline style attributes
no-javascript-urlerrorDetect javascript: URLs
no-obsolete-doctype 🔧warningDetect legacy XHTML/HTML4 doctypes
no-use-event-handler-attrwarningDetect event handler attributes
no-form-without-actionwarningDetect form without action attribute

Released under the MIT License.