1. eslint-config-ecollect-vue
eCollect's Vue.js style-guide and lint rules.
eslint-config-ecollect-vue
Package: eslint-config-ecollect-vue
Created by: eCollect
Last modified: Sun, 01 May 2022 13:09:10 GMT
Version: 0.2.0
License: MIT
Downloads: 39
Repository: https://github.com/eCollect/eslint-config-ecollect-vue

Install

npm install eslint-config-ecollect-vue
yarn add eslint-config-ecollect-vue

eslint-config-ecollect-vue

This package provides eCollect's Vue.js .eslintrc as an extensible shared config.

The package combines eCollect's base config with the official ESLint plugin for Vue.js and applies some eCollect specific rules.

Usage

Our default export contains all of our ESLint rules, including ECMAScript 6+. It requires eslint.

  1. Install the correct versions of each package, which are listed by the command:
 npm install --save-dev eslint eslint-config-ecollect-vue
  1. Add "extends": "ecollect-vue to your .eslintrc.

License

Copyright (c) 2018 eCollect AG.
See the LICENSE file for license rights and limitations (MIT).

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin