Skip to content

This package includes standard ESLint configurations for Metaphor projects.

License

Notifications You must be signed in to change notification settings

metaphor-xyz/eslint-config-metaphor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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'],
};

About

This package includes standard ESLint configurations for Metaphor projects.

Resources

License

Stars

Watchers

Forks

Packages

No packages published