1.3.0 • Published 7 months ago

eslint-plugin-genazoz v1.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

ESLint (and Prettier) config

These are settings for ESLint and Prettier used by @genazoz.

What it does

This setup lints your JavaScript code based on practices. Check the .eslintrc.js file to see what is included. Feel free to override the rules that make sense for you.

Installing

  1. In your project folder, run:
npm i -D eslint-plugn-genazoz # or yarn install --dev eslint-plugin-genazoz
npx install-peerdeps --dev eslint-plugin-genazoz
  1. You will see several dependencies were installed. Now, create (or update) a .eslintrc file with the following content:
{
  'extends': [
    'genazoz'
  ]
}
  1. Copy the .prettierrc file from this repository into your project folder

This repository is inspired by eslint-config-wesbos.

1.3.0

7 months ago

1.2.0

7 months ago

1.1.0

7 months ago

1.0.0

7 months ago

0.0.1

7 months ago