2.0.0-23 • Published 3 months ago

@dudeofawesome/eslint-config-esmodule v2.0.0-23

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@dudeofawesome/eslint-config-esmodule

My ES Module eslint config

The easiest way to get started with this project is to use our setup script.

Usage

  1. Install this config plugin as a dev dependency.

    npm i -D @dudeofawesome/eslint-config-esmodule
  2. Add the plugin to your eslintrc.

    extends:
        - '@dudeofawesome/eslint-config'
        - '@dudeofawesome/eslint-config-esmodule'
  3. You might also want to specify an ecmaVersion.

    parserOptions:
        ecmaVersion: 2022
2.0.0-23

3 months ago

2.0.0-22

3 months ago

2.0.0-21

3 months ago

2.0.0-20

3 months ago

2.0.0-19

3 months ago

2.0.0-18

3 months ago

2.0.0-17

3 months ago