chore: update eslint to sort out imports (#1655)

* chore: update eslint to sort out imports

* turn warnings into errrors
This commit is contained in:
Andrew Tatomyr
2024-08-12 10:18:29 +03:00
committed by GitHub
parent 47aa04e97b
commit d0fc69c2bb
131 changed files with 916 additions and 355 deletions

View File

@@ -1,7 +1,7 @@
import { Oas3Rule, Oas2Rule } from '../../visitors';
import { Oas2Parameter } from '../../typings/swagger';
import { Oas3Parameter } from '../../typings/openapi';
import { UserContext } from '../../walk';
import type { Oas3Rule, Oas2Rule } from '../../visitors';
import type { Oas2Parameter } from '../../typings/swagger';
import type { Oas3Parameter } from '../../typings/openapi';
import type { UserContext } from '../../walk';
export const ParameterDescription: Oas3Rule | Oas2Rule = () => {
return {