eslint-config-praneet

1.0.26 • Public • Published

ESLint (and Prettier) config

npm version NPM downloads

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:
npx install-peerdeps --dev eslint-config-praneet
  1. You will see several dependencies were installed. Now, create (or update) a .eslintrc file with the following content:
{
  'extends': [
    'praneet'
  ]
}

This repository is inspired by eslint-config-wesbos.

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-praneet

Weekly Downloads

2

Version

1.0.26

License

MIT

Unpacked Size

8.9 kB

Total Files

8

Last publish

Collaborators

  • praneetc