eslint-config-reearth

0.3.0 • Public • Published

eslint-config-reearth

An extensible shared ESLint config for Re:Earth projects

How to install

npm install eslint prettier eslint-config-reearth --save-dev

Then edit your ESLint config file:

module.exports = {
  extends: ["reearth"],
};

Config

Flat config

import config from "eslint-config-reearth/flat";

export default config;

See flat dir. Currently only config that uses .mjs is supported. Prettier is no longer enabled by default, but is opt-in.

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-reearth

Weekly Downloads

49

Version

0.3.0

License

MIT

Unpacked Size

13.2 kB

Total Files

37

Last publish

Collaborators

  • darwin-education