1.2.0 • Published 8 months ago

eslint-config-moongoal v1.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

Personal ESLint configuration file

Example usage

/** @type {import("eslint").Linter.Config} */
const config = {
    root: true,
    env: {
        node: true,
        es2022: true
    },
    extends: ["moongoal"]
};

module.exports = config;

Recommended versioning

{
  "name": "my-project",
  "version": "1.0.0",
  "devDependencies": {
    "eslint-config-moongoal": "*"
  }
}
1.2.0

8 months ago

1.1.0

8 months ago

1.0.0

8 months ago