@domenic/eslint-config

3.0.0 • Public • Published

Domenic's ESLint Config

This is my personal base ESLint config which matches the style I use on most projects. It's published to npm as @domenic/eslint-config.

Usage

After installing, use extends: "@domenic" in the top level of the ESLint config object, e.g.

module.exports = {
  extends: "@domenic",
  rules: {
    // per-project rules here
  }
};

Readme

Keywords

Package Sidebar

Install

npm i @domenic/eslint-config

Weekly Downloads

211

Version

3.0.0

License

Apache-2.0

Unpacked Size

23.5 kB

Total Files

4

Last publish

Collaborators

  • domenic