mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 12:47:48 +00:00
chore: update eslint to sort out imports (#1655)
* chore: update eslint to sort out imports * turn warnings into errrors
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user