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

https://github.com/confuser/eslint-config

Personal JS linting style
https://github.com/confuser/eslint-config

Last synced: 9 months ago
JSON representation

Personal JS linting style

Awesome Lists containing this project

README

          

# JavaScript Coding Standard

This is an extension of standard for my own personal coding style

## Usage

In your project folder:

```
npm install --save-dev @confuser/eslint-config
npm install --save-dev eslint-plugin-standard
```

Then create a `.eslintrc` in the project root.

```json
{
"extends": "@confuser/eslint-config"
}
```