🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

@prazdevs/eslint-config-vue

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@prazdevs/eslint-config-vue

Get this config by extending [`@prazdevs/eslint-config-vue`](https://www.npmjs.com/package/@prazdevs/eslint-config-vue).

Source
npmnpm
Version
2.1.1
Version published
Maintainers
1
Created
Source

Vue (w/ TypeScript)

Get this config by extending @prazdevs/eslint-config-vue.

Only looking for TypeScript linting? Check out @prazdevs/eslint-config-typescript.

Prerequisites

This config needs the following dependencies installed:

'eslint': '>=7.30.0',

Plugins

This config uses the following plugins:

'vue',
'cypress',

Extends

This config extends the following configs:

'plugin:vue/vue3-recommended',
'plugin:cypress/recommended',
'plugin:vuejs-accessibility/recommended',
'@prazdevs/eslint-config-typescript',

Rules

This config adds/modifies the following rules:

'vue/max-attributes-per-line': ['error', { singleline: 2 }],
'vue/max-len': 'error',
'vuejs-accessibility/label-has-for': 'off', // this one is buggy.

FAQs

Package last updated on 10 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts