rrd108 / vue-mess-detector

A static code analysis tool for detecting code smells and best practice violations in Vue.js and Nuxt.js projects
MIT License
188 stars 6 forks source link

feat: add new rule rrd no direct dom access with tests (#207) #323

Closed David-Pena closed 1 week ago

David-Pena commented 1 week ago

Summary

Add new rrd rule noDirectDomAccess with tests and docs page

Description

Related Issues

Fixes #207

Type of Change