@lekseek/eslint-config
v0.1.1
Published
Eslint configuration
Downloads
1
Readme
LekSeek Eslint-Config
ESLint sherable configuration by LekSeek
Table of Contents
Documentation
Features
- rules for applications based on Vue.js 3
Installation
npm i @lekseek/eslint-config
Quick start
Configure your local ESLint.
Write library into extends field:
{
extends: [
'@lekseek/eslint-config',
],
}
License
MIT