1.0.9 • Published 3 years ago

eslint-config-rami v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago