3.0.0 • Published 1 year ago

@domenic/eslint-config v3.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

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
  }
};
3.0.0

1 year ago

2.0.0

2 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago