@iraiser/eslint-config-vue

ESLint shareable config for the iRaiser VueJS style guide.


Keywords
eslint, vue, eslint-configs, iraiser, javascript, js, linter
License
MIT
Install
npm install @iraiser/eslint-config-vue@2.0.1

Documentation

iRaiser ESLint Configs

ESLint configs for the iRaiser style guide.

Install

npm install @iraiser/eslint-config-base eslint --save-dev

Usage

Create .eslintrc file on root of your project.

{
    "extends": [
        "@iraiser/eslint-config-base"
    ]
}

You can extend the rules with your own config, see ESLint documentation.

Release

When you have finish developing a feature, bugfix or something else, push your changes on main branch and launch the release command:

npm run release

Packages

Package Version
@iraiser/eslint-config-base Version
@iraiser/eslint-config-vue Version