1.0.4 • Published 1 year ago

@weni/eslint-config v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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 eslint@8.56.0 eslint-config-prettier@9.1.0 eslint-plugin-prettier@4.2.1

Vue 2

Install the Vue plugin for ESLint, Vue ESLint parser and Weni ESLint config:

yarn add --dev eslint-plugin-vue@9.21.1 vue-eslint-parser@9.4.2 @weni/eslint-config@1.0.0

Extend your local .eslintrc.js with Weni ESLint configuration by adding '@weni/eslint-config/vue2' to extends attribute:

module.exports  = {
  extends: ['@weni/eslint-config/vue2'],
};
1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago