Skip to content

Commit a6efa09

Browse files
committedSep 6, 2024
feat: enable perfectionist/sort-imports et al, close #456
1 parent 2427b1b commit a6efa09

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+146
-67
lines changed
 

‎eslint.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// @ts-expect-error missing types
22
import styleMigrate from '@stylistic/eslint-plugin-migrate'
3+
34
import { antfu } from './src'
45

56
export default antfu(

‎scripts/typegen.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import fs from 'node:fs/promises'
2-
import { flatConfigsToRulesDTS } from 'eslint-typegen/core'
2+
33
import { builtinRules } from 'eslint/use-at-your-own-risk'
4+
import { flatConfigsToRulesDTS } from 'eslint-typegen/core'
5+
46
import { astro, combine, comments, formatters, imports, javascript, jsdoc, jsonc, jsx, markdown, node, perfectionist, react, regexp, solid, sortPackageJson, stylistic, svelte, test, toml, typescript, unicorn, unocss, vue, yaml } from '../src'
57

68
const configs = await combine(

0 commit comments

Comments
 (0)