0.7.2 • Published 7 months ago

@zeitonline/eslint-config v0.7.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

@zeitonline/eslint-config

This package provides a shared Eslint configuration for ZEIT ONLINE projects.

Since v0.2.0, this package uses Eslint v9.

Installation & Usage

  1. Install the package using npm:
npm install --save-dev @zeitonline/eslint-config
  1. Create a eslint.config.js file in the root of your project and extend the shared configuration:
const zonEslintConfig = require('@zeitonline/eslint-config');

module.exports = [
    ...zonEslintConfig,
    {
        // Add project-specific overrides here, e.g. ignore certain files
    }
];
  1. (Optional) Add a lint script to your package.json, e.g.:
{
  "scripts": {
    "lint": "eslint ."
  }
}

Further Reading

0.7.2

7 months ago

0.7.0

8 months ago

0.6.1

10 months ago

0.6.0

10 months ago

0.4.1-alpha.0

12 months ago

0.1.0

1 year ago

0.3.0

1 year ago

0.2.1

1 year ago

0.1.2

1 year ago

0.2.0

1 year ago

0.1.1

1 year ago

0.5.0

12 months ago

0.2.3

1 year ago

0.1.4

1 year ago

0.4.0

1 year ago

0.2.2

1 year ago

0.1.3

1 year ago

0.5.1

11 months ago

0.2.4

1 year ago

1.0.0

1 year ago