0.0.19 • Published 4 months ago

eslint-merge v0.0.19

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

eslint-merge

Merge Flat Config for ESLint v9

Install

npm i -D eslint-merge

Use

The merge function combines two objects and returns the result

import merge from 'eslint-merge'

The first argument should be a config, and the second argument an object which contains your changes

const result = merge(sharedConfig, changes)

In eslint.config.*

export default [
  merge(sharedConfig, {
    files: [
      'src/**/*.{mjs,cjs}'
    ]
  })
]
0.0.19

4 months ago

0.0.17

5 months ago

0.0.18

4 months ago

0.0.10

5 months ago

0.0.11

5 months ago

0.0.12

5 months ago

0.0.13

5 months ago

0.0.14

5 months ago

0.0.15

5 months ago

0.0.9

5 months ago

0.0.16

5 months ago

0.0.8

5 months ago

0.0.7

5 months ago

0.0.5

6 months ago

0.0.6

6 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago

0.0.0

7 months ago