0.0.19 • Published 8 months ago
eslint-merge v0.0.19
eslint-merge
Merge Flat Config for ESLint v9
Install
npm i -D eslint-mergeUse
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
8 months ago
0.0.17
8 months ago
0.0.18
8 months ago
0.0.10
8 months ago
0.0.11
8 months ago
0.0.12
8 months ago
0.0.13
8 months ago
0.0.14
8 months ago
0.0.15
8 months ago
0.0.9
8 months ago
0.0.16
8 months ago
0.0.8
8 months ago
0.0.7
8 months ago
0.0.5
10 months ago
0.0.6
10 months ago
0.0.4
11 months ago
0.0.3
11 months ago
0.0.2
11 months ago
0.0.1
11 months ago
0.0.0
11 months ago