1.0.0 • Published 4 years ago
eslint-config-uv v1.0.0
UniqueVision ESLint Configuration
Install
npm i -D eslint eslint-config-uvUsage
There are three available configurations.
| Key | Description |
|---|---|
uv | TypeScript configuration. |
uv/vue | Vue configuration. |
uv/vue3 | Vue 3 configuration. |
Write a basic .eslintrc.js file as follows, replacing the string with the desired configuration.
module.exports = {
extends: [
'uv/vue',
],
};1.0.0
4 years ago