0.3.0 • Published 6 months ago

eslint-config-reearth v0.3.0

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

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.