@toruslabs/eslint-config-vue
v5.0.1
Published
Eslint config for Vue.js
Downloads
656
Readme
@toruslabs/eslint-config-vue
Sharable ESLint config for Vue 3 + TypeScript repositories at Torus Labs.
Please use the @toruslabs/eslint-config-vue package in your project.
Work with Eslint ^9.0.0, flat config file.
Usage
npm install --save-dev @toruslabs/eslint-config-vueIn your project, add the following to your .eslintrc.js file:
import torusVueConfig from "@toruslabs/eslint-config-vue";
export default [
...torusVueConfig,
{
// your custom rules and config here
},
];