@chrisblossom/eslint-config

11.0.1 • Public • Published

@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'],
};

/@chrisblossom/eslint-config/

    Package Sidebar

    Install

    npm i @chrisblossom/eslint-config

    Weekly Downloads

    93

    Version

    11.0.1

    License

    MIT

    Unpacked Size

    58.7 kB

    Total Files

    40

    Last publish

    Collaborators

    • chrisblossom