eslint config for vue

Overview

eslint-config-vue

npm

eslint config for vue

Installation

$ npm install --save-dev @leo-tools/eslint-config-vue

Usage

This package is base on @vue/cli-plugin-eslint and eslint-plugin-vue, so you need to use @vue/cli create a vue project with eslint, and then install this package.

Once the @leo-tools/eslint-config-vue package is installed, you can use it by specifying @leo-tools/eslint-config-vue in the extends section of your ESLint configuration.

{
  "extends": ["@leo-tools/eslint-config-vue"],
  "rules": {
    // Additional, per-project rules...
  }
}
You might also like...
Vue directive (Vue.js 2.x) for spatial navigation (keyboard navigation)

vue-spatialnavigation Vue directive (Vue.js 2.x) for spatial navigation (keyboard navigation) Installation npm install vue-spatialnavigation --save Sp

Vue Component to Make Google Material Design Ripple Effect. http://bosnaufal.github.io/vue-ripple/

Vue Ripple Vue Component to Make Google Material Design Ripple Effect. It's adopted from angular-ripple DEMO Install You can import vue-ripple to your

A complete course on Vue.js 3. Options/Composition API, Vuex + Vue Router.
A complete course on Vue.js 3. Options/Composition API, Vuex + Vue Router.

Complete Vue.js 3 (Inc Options + Composition API, Vue Router and Vuex) Hi! Welcome to my course on Vue.js 3. Let's have a great time learning Vue.js 3

petite-vue is an alternative distribution of Vue optimized for progressive enhancement.

petite-vue is an alternative distribution of Vue optimized for progressive enhancement. It provides the same template syntax and reactivity mental model with standard Vue. However, it is specifically optimized for "sprinkling" small amount of interactions on an existing HTML page rendered by a server framework.

Vue3 plugin for work with local storage and session storage from Vue context,Inspired by Vue-ls

Vue3 plugin for work with local storage and session storage from Vue context,Inspired by Vue-ls

vue-turnjs (opens new window)vue-turnjs (opens new window)
vue-turnjs (opens new window)vue-turnjs (opens new window)

vue-turnjs 📦 NPM 📖 Docs 📚 Storybook Contribution Feel free to grab an issue from the list, just remember to squash your commits before merge. Contr

A beautiful chat rooms component made with Vue.js - compatible with Vue, React & Angular
A beautiful chat rooms component made with Vue.js - compatible with Vue, React & Angular

vue-advanced-chat Vue 3 compatibility 🚀 Features Vue, Angular & React compatibility Customizeable realtime chat messaging Backend agnostic Images, vi

The word highlighter library for Vue 2 and Vue 3.
The word highlighter library for Vue 2 and Vue 3.

The word highlighter library for Vue 2 & Vue 3. Demo CodeSandbox 📦 Installation Vue 3 yarn add vue-word-highlighter # or npm install vue-word-highlig

Simple vue-virtualized package for Vue.js

vue-virtual-stream - Demo A virtualized list component for chats, comment lists and streams in general. This Vue component can be used to build large

Comments
  • build(deps): bump path-parse from 1.0.6 to 1.0.7

    build(deps): bump path-parse from 1.0.6 to 1.0.7

    Bumps path-parse from 1.0.6 to 1.0.7.

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 0
  • build(deps): bump hosted-git-info from 2.8.8 to 2.8.9

    build(deps): bump hosted-git-info from 2.8.8 to 2.8.9

    Bumps hosted-git-info from 2.8.8 to 2.8.9.

    Changelog

    Sourced from hosted-git-info's changelog.

    2.8.9 (2021-04-07)

    Bug Fixes

    Commits
    Maintainer changes

    This version was pushed to npm by nlf, a new releaser for hosted-git-info since your current version.


    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 0
Releases(0.0.9)
Owner
Leo
Leo
A Vue 2.x component of easy-to-config page visibility api

vue-page-visibility-awesome A Vue 2.x component of easy-to-config page visibility api Introduction Demo Install $ npm i vue-page-visibility-awesome --

Stefano 11 Jul 30, 2020
Best-shot - a webpack config tool chain

Best-shot - a webpack config tool chain

best-shot 1 Apr 9, 2022
ESLint plugin for Scoped CSS in Vue.js

eslint-plugin-vue-scoped-css eslint-plugin-vue-scoped-css is ESLint plugin for Scoped CSS in Vue.js. Features This ESLint plugin provides linting rule

Future Corp 72 Mar 12, 2023
A starting learning tutorial on Vue 3.0 + TypeScript, suitable for complete Vue novices and Vue 2.0 veterans, incorporating some of my own practical experience on the basis of official documents.

learning-vue3 This is a starting learning tutorial on Vue 3.0 + TypeScript, suitable for complete Vue novices and Vue 2.0 veterans, incorporating some

chengpeiquan 482 Dec 30, 2022
vue-easteregg - Easey add an easteregg to your vue app (default with konami code)

vue-easteregg ADD an easter egg to your vue app ;) <template> <div id="app"> {{ title }} <easteregg @easter="test" :eggs="eggs" duration="50

David Grill 13 Sep 17, 2021
Avatar editor for Vue.js. Demo on : https://fpluquet.github.io/vue-avatar-editor/

vue-avatar-editor Facebook like, avatar / profile picture component. This is Vue.js clone of mosch/react-avatar-editor Resize, rotate and crop your up

null 88 Dec 4, 2022
Vue Twemoji Picker - A fast plug-n-play Twemoji Picker (+textarea for Twemoji rendering) for Vue. Support Unicode Emoji 13.0.

Vue Twemoji Picker This component is meant to be a developer friendly, easy integrable and performatic emoji picker (with some batteries) using the Tw

Kevin Faveri 203 Dec 12, 2022
Vue Twemoji Picker - A fast plug-n-play Twemoji Picker (+textarea for Twemoji rendering) for Vue. Support Unicode Emoji 13.0.

Vue Twemoji Picker This component is meant to be a developer friendly, easy integrable and performatic emoji picker (with some batteries) using the Tw

Kevin Faveri 203 Dec 12, 2022
A Vue.js plugin to workaround Vue limitation in observing dynamically added properties with v-model directive.

vue-model-autoset A Vue.js plugin to workaround Vue limitation in observing dynamically added properties with v-model directive. Imagine a huge form w

Konstantin 18 Jul 30, 2020
💬 Responsive Vue.js comment system plugin that built with CSS Grid and Firebase REST API + Authentication. https://tugayyaldiz.github.io/vue-comment-grid

Vue.js Comment Grid Table of Contents Introduction Installation Downloading Plugin Dependencies Include Plugin Creating Firebase Project Setting Up Si

Tugay Yaldız 155 Nov 24, 2022