@thomaslorincz/eslint-config-vue

0.1.1 • Public • Published

eslint-config-vue

A reusable ESLint config for my Vue projects

Usage

Installation:

npm i -D @thomaslorincz/eslint-config-vue

Configuration (ESLint v8):

modules.exports = {
    extends: ['@thomaslorincz/eslint-config-vue']
};

Notes

This project was created to help keep a consistent style across my various Vue projects. More rules will be added as I discover (and like) them.

Right now I am using the legacy v8 ESLint config, but I plan to update to the flat v9 config in the future when all Vue plugins support it (e.g. @vue/eslint-config-typescript).

Readme

Keywords

Package Sidebar

Install

npm i @thomaslorincz/eslint-config-vue

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

4.84 kB

Total Files

4

Last publish

Collaborators

  • thomaslorincz