1.0.5 • Published 1 year ago

eslint-config-loonz206 v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

NPM downloads GitHub issues Github Actions CI Commitizen friendly Code Style Prettier MIT License

eslint-config-loonz206

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-config-loonz206

or for yarn

yarn install --dev eslint-config-loonz206

then run

npx install-peerdeps --dev eslint-config-loonz206
  1. You will see several dependencies were installed. Now, create (or update) a .eslintrc file with the following content:
{
  'extends': [
    'loonz206'
  ]
}
  1. Copy the .editorconfig file from this repository into your project folder

This repository is inspired by eslint-config-wesbos.

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago