1.0.10 • Published 2 years ago

eslint-config-shrimberg v1.0.10

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

Eslint and prettier config

These are settings for ESLint and Prettier used by me

Installing

  1. In your project folder, run:
      npm i -D eslint-config-shrimberg
      npx install-peerdeps --dev eslint-config-shrimberg
  • You will see several dependencies were installed.
  1. Install .eslint file
  • You can install and configure ESLint using this command:

      npm init @eslint/config
  • Or you could also make empty .eslintrc file

  1. Now, update a .eslintrc file with the following content:
{
  "extends": [
    "shrimberg"
  ]
}
  1. Copy the .prettierrc file from this repository into your project folder

  2. You need to have Prettier and Eslint extension installed on visual studio code.

This repository is inspired by leonardofaria.

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago