electerious / eslint-config

ESLint configuration for my personal projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESLint configuration

Build

Shareable ESLint configuration for my personal projects.

Install

Install this package. It already includes ESLint and the necessary plugins.

npm install --save-dev @electerious/eslint-config

Usage

Create a file named .eslintrc.json with following contents in the root folder of your project:

{
  "extends": "@electerious/eslint-config"
}

That's it! You can override the settings by editing the .eslintrc.json file.

About

ESLint configuration for my personal projects.

License:MIT License


Languages

Language:JavaScript 100.0%