eslint-config-pencil-vue3
Set of Vue3 Eslint rules for composition API and Script Setup. See eslint.vuejs.org
Install
npm install -D eslint-config-pencil-vue3
or
yarn add -D eslint-config-pencil-vue3
Usage
Add this config to your .eslintrc
or eslint config inside package.json
:
{
"extends": [
"pencil-vue3" // on the top
],
}