1. eslint-config-mrmlnc
Just my personal shareable ESLint configuration for easy distribution between my packages
eslint-config-mrmlnc
Package: eslint-config-mrmlnc
Created by: mrmlnc
Last modified: Wed, 08 Nov 2023 20:46:16 GMT
Version: 4.1.1
License: MIT
Downloads: 439
Repository: https://github.com/mrmlnc/eslint-config-mrmlnc

Install

npm install eslint-config-mrmlnc
yarn add eslint-config-mrmlnc

:panda_face: eslint-config-mrmlnc

Introduction

This is the ESLint configuration file used in @mrmlnc projects.

Uses additional rules from:

Initially, this should work with TS code.

Installation

 npm install --save-dev eslint-config-mrmlnc

Usage

Just extend eslint-config-mrmlnc in your ESLint config file, like so:

 {
	"extends": "eslint-config-mrmlnc"
}

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