BenoitZugmeyer / eslint-plugin-html

An ESLint plugin to extract and lint scripts from HTML files.
ISC License
430 stars 51 forks source link

Replace undocumented rules.define() with defineRule() #112

Closed kaisermann closed 5 years ago

kaisermann commented 5 years ago

Eslint 5.13.0 removed the undocumented linter.rules api, causing all my builds to fail. This PR replaces the undocumented API with the official one.

BenoitZugmeyer commented 5 years ago

Thank you very much