@lalo3k/eslint-config

1.1.1 • Public • Published

ESLint config

These are settings for ESLint that I use in my projects.

What it does

Semi-strict linting rules, to ensure consistency in file structure, formatting and coding style

Setup

  1. In your project folder, run:
    npm i --save-dev @lalo3k/eslint-config
  1. create (or update) a .eslintrc file with the following content, this can also be done in the eslintConfig section of your package.json
{
  'extends': [
    '@lalo3k/eslint-config'
  ]
}
  1. Copy the .prettierrc file from this repository into your project folder

  2. Feel free to override the rules that are not right for your project

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.1
    2
  • 1.1.0
    1
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i @lalo3k/eslint-config

Weekly Downloads

3

Version

1.1.1

License

ISC

Unpacked Size

6.73 kB

Total Files

6

Last publish

Collaborators

  • lalo3k