This is my collection of ast-grep rules for Vue.js projects. Also contains general linting rules for JavaScript and some package-specific rules.
Clone this repo to any folder
git clone https://github.com/Solant/vue-sg-rulesRun ast-grep in the root folder of your project
ast-grep scan -c path/to/vue-sg-rules/sgconfig.ymlIf you want to reuse some of these rules in your own project, scaffold your own ast-grep project and copy any of these rules.