@weni/eslint-config
v2.0.0
Published
Weni's ESLint config
Readme
Weni ESLint Config
ESLint config with Prettier rules used in Weni's projects.
Setup
First of all, install the ESLint and Prettier plugin:
yarn add --dev [email protected] @vue/[email protected]Vue 3
Install the Vue plugin for ESLint, Vue ESLint parser and Weni ESLint config:
yarn add --dev [email protected] @weni/[email protected]Extend your local .eslint.config.js with Weni ESLint configuration by adding '@weni/eslint-config/vue3' as a config attribute:
import weniConfig from '@weni/eslint-config/vue3';
export default defineConfig({
...,
weniConfig,
});