0.0.19 • Published 6 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
6 months ago
0.0.17
6 months ago
0.0.18
6 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
8 months ago
0.0.6
8 months ago
0.0.4
9 months ago
0.0.3
9 months ago
0.0.2
9 months ago
0.0.1
9 months ago
0.0.0
9 months ago