File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,13 +30,7 @@ module.exports = {
3030 ] ,
3131 '@typescript-eslint/consistent-type-assertions' : 'error' ,
3232 '@typescript-eslint/consistent-type-definitions' : 'error' ,
33- '@typescript-eslint/consistent-type-imports' : [
34- 'error' ,
35- {
36- prefer : 'type-imports' ,
37- fixStyle : 'inline-type-imports' ,
38- } ,
39- ] ,
33+ '@typescript-eslint/consistent-type-imports' : 'error' ,
4034 '@typescript-eslint/explicit-function-return-type' : [
4135 'error' ,
4236 { allowExpressions : true } ,
Original file line number Diff line number Diff line change 1- import { format as prettierFormat , type Plugin } from 'prettier' ;
1+ import type { Plugin } from 'prettier' ;
2+ import { format as prettierFormat } from 'prettier' ;
23import { PARSER_NAME } from '../../src/config.js' ;
34import plugin from '../../src/main.js' ;
45import type { Options } from '../../src/options.js' ;
You can’t perform that action at this time.
0 commit comments