0.0.19 • Published 5 months ago
eslint-merge v0.0.19
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
5 months ago
0.0.17
5 months ago
0.0.18
5 months ago
0.0.10
6 months ago
0.0.11
6 months ago
0.0.12
6 months ago
0.0.13
6 months ago
0.0.14
6 months ago
0.0.15
6 months ago
0.0.9
6 months ago
0.0.16
6 months ago
0.0.8
6 months ago
0.0.7
6 months ago
0.0.5
7 months ago
0.0.6
7 months ago
0.0.4
8 months ago
0.0.3
8 months ago
0.0.2
8 months ago
0.0.1
8 months ago
0.0.0
8 months ago