@metaphor-xyz/eslint-config

2.2.0 • Public • Published

@metaphorxyz/eslint-config

This package includes standard ESLint configurations for Metaphor projects.

Usage

Install the package, and set it as the imported eslint config. The patch is necessary because of the way we handle dependencies relative to this project instead of requiring importing them all as peer dependencies on every Metaphor project.

> npm i --save-dev @metaphorxyz/eslint-config

or

> yarn add -D @metaphorxyz/eslint-config
// .eslintrc.js
require("@metaphor-xyz/eslint-config/patch");

// Add your "extends" boilerplate here, for example:
module.exports = {
  extends: ['@metaphor-xyz/eslint-config'],
};

Readme

Keywords

none

Package Sidebar

Install

npm i @metaphor-xyz/eslint-config

Weekly Downloads

0

Version

2.2.0

License

MIT

Unpacked Size

6.54 kB

Total Files

5

Last publish

Collaborators

  • carlosdp