@paulhfischer/eslint-config-javascript

1.24.0 • Public • Published

eslint-config-javascript

ESLint-config for JavaScript projects. It is based on

and uses

to enable linting for more file types.

Usage

  1. Install via npm:

    npm install --save-dev @paulhfischer/eslint-config-javascript --engine-strict
    

    Note: The installation requires npm version 7 or higher (otherwise peer dependencies aren't installed automatically). Have a look at the .pre-commit-hooks.yaml-file for a list of all peer-dependencies.

  2. Add the plugin to your eslint-config:

    {
        "extends": ["@paulhfischer/eslint-config-javascript"]
    }
  3. Add the prettier configuration to your prettier-config:

    "@paulhfischer/prettier-config"

Readme

Keywords

none

Package Sidebar

Install

npm i @paulhfischer/eslint-config-javascript

Weekly Downloads

2

Version

1.24.0

License

GPL-3.0

Unpacked Size

37.4 kB

Total Files

4

Last publish

Collaborators

  • paulhfischer