perf: Use Imports Instead of Aliases
This commit is contained in:
@@ -46,13 +46,7 @@ export async function perfectionist(): Promise<Linter.FlatConfig[]> {
|
||||
'object',
|
||||
'unknown',
|
||||
],
|
||||
'internal-pattern': [
|
||||
'@/layouts/**',
|
||||
'@/apis/**',
|
||||
'@/forward/**',
|
||||
'@/router/**',
|
||||
'@/views/**',
|
||||
],
|
||||
'internal-pattern': ['#*', '#*/**'],
|
||||
'newlines-between': 'always',
|
||||
order: 'asc',
|
||||
type: 'natural',
|
||||
|
Reference in New Issue
Block a user