mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-04-23 18:20:40 +08:00
10 lines
162 B
JavaScript
10 lines
162 B
JavaScript
import { defineVipEslintConfig } from '@142vip/eslint-config'
|
|
|
|
export default defineVipEslintConfig({
|
|
ignores: [
|
|
'**/CHANGELOG.md',
|
|
],
|
|
rules: {
|
|
},
|
|
})
|