domenic / eslint-config

My personal base ESLint config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My personal base ESLint config

License:Apache License 2.0


Languages

Language:JavaScript 100.0%