1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-02-03 02:23:38 +08:00
Files
408CSFamily/eslint.config.js
2025-05-12 14:43:20 +08:00

9 lines
159 B
JavaScript

import { defineVipEslintConfig } from '@142vip/eslint-config'
export default defineVipEslintConfig({
ignores: [
'**/CHANGELOG.md',
],
rules: {},
})