Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/masterodin/eslint-config-javascript

Personal configuration of eslint for JavaScript
https://github.com/masterodin/eslint-config-javascript

Last synced: 27 days ago
JSON representation

Personal configuration of eslint for JavaScript

Awesome Lists containing this project

README

        

# @masterodin/eslint-config-javascript

[![npm (scoped)](https://img.shields.io/npm/v/@masterodin/eslint-config-javascript)](https://npmjs.com/package/@masterodin/eslint-config-javascript)

Shareable eslint config for javascript projects. This extends off of the `eslint:recommended` ruleset with a bunch of additional style stuff.

## Installation

npm install @masterodin/eslint-config-javascript

## Usage

Edit your `eslint` config file to then extend off of `@masterodin/eslint-config-javascript`. You do not need to include `eslint:recommended`.