eslint-config-moongoal

1.2.0 • Public • Published

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": "*"
  }
}

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-moongoal

Weekly Downloads

1

Version

1.2.0

License

ISC

Unpacked Size

2.22 kB

Total Files

3

Last publish

Collaborators

  • qafir