1. eslint-config-booheefe
ESLint config for Boohee FE team
eslint-config-booheefe
Package: eslint-config-booheefe
Created by: BooheeFE
Last modified: Sun, 01 May 2022 12:44:16 GMT
Version: 1.2.10
License: MIT
Downloads: 20
Repository: https://github.com/BooheeFE/eslint-config-booheefe

Install

npm install eslint-config-booheefe
yarn add eslint-config-booheefe

eslint-config-booheefe

npm
npm
GitHub license

This package provides BooheeFE's base JS .eslintrc as an extensible shared config.

Usage

Our default export contains all of our ESLint rules, including ECMAScript 6.

First, install this package

 yarn add --dev eslint-config-booheefe eslint

or

npm install --save-dev eslint-config-booheefe eslint

Then add following contents to your .eslintrc.js file

{
  "extends": "booheefe"
}

License

The MIT License.

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