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