1.0.9 • Published 4 years ago

eslint-config-rami v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

ESLint/Prettier Configuration

An opinionated ESLint configuration that extends AirBnB's ESLint configuration.

Installation

  1. To install the package, run:

npm i -D eslint-config-rami

  1. To install the peer dependencies of the package, run:

npx install-peerdeps --dev eslint-config-rami

  1. You will see several dependencies were installed. Now, create (or update) an .eslintrc file with the following content:
{ 'extends': ['rami'] }
  1. Copy the .prettierrc file from this repository into your project folder.

This repository is inspired by eslint-config-leozera.

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago