eslint-config-purify
TypeScript icon, indicating that this package has built-in type declarations

2.0.5 • Public • Published

eslint-config-purify NPM version

A simple and modern way to make your code clean

Installation

npm install --save-dev eslint eslint-config-purify

Configuration (only new: eslint.config.js)

From v8.21.0, eslint announced a new config system. In the new system, .eslintrc* is no longer used. eslint.config.js would be the default config file name.

More details: the new config system.

So, you can just extend this config in your eslint.config.js:

import eslintConfigPurify from "eslint-config-purify";

export default [
  ...eslintConfigPurify,
  {
    // ... your awesome config (plugins, rules, etc.)
  }
];

Supports

Features

License

eslint-config-purify is licensed under the MIT License.

Dependencies (10)

Dev Dependencies (5)

Package Sidebar

Install

npm i eslint-config-purify

Weekly Downloads

74

Version

2.0.5

License

MIT

Unpacked Size

12 kB

Total Files

7

Last publish

Collaborators

  • m1sheen