1. @chrisblossom/eslint-config
My personal ESLint config.
@chrisblossom/eslint-config
Package: @chrisblossom/eslint-config
Created by: chrisblossom
Last modified: Wed, 15 Nov 2023 01:54:39 GMT
Version: 11.0.1
License: MIT
Downloads: 739
Repository: https://github.com/chrisblossom/eslint-config

Install

npm install @chrisblossom/eslint-config
yarn add @chrisblossom/eslint-config

@chrisblossom/eslint-config

npm
Linux Build Status
Windows Build Status
Code Coverage

About

This is my personal ESLint config I've extended from Airbnb's among other plugins. This package is intended to be used in combination with Prettier and Jest. Optionally supports Typescript or Flow.

Usage

npm install --save @chrisblossom/eslint-config

 'use strict';

module.exports = {
	extends: ['@chrisblossom/eslint-config'],

	// Vanilla JS. No compiling
	extends: ['@chrisblossom/eslint-config/node'],
};

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