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
59 stars 1 forks source link

chore(docs): correct default threshold for script length error #49

Closed jhoermann closed 2 days ago

jhoermann commented 2 days ago

See https://github.com/rrd108/vue-mess-detector/blob/main/src/rules/rrd/scriptLength.ts the MAX_SCRIPT_LENGTH is set to 50.

rrd108 commented 2 days ago

Thanks for the PR but this time the documentation is right and the code itself is wrong. MAX_SCRIPT_LENGTH supposed to be 100

Feel free to open another PR for that.

rrd108 commented 2 days ago

see #50