Skip to content

Commit

Permalink
feat(resolve): add ApiDOM JSON parser
Browse files Browse the repository at this point in the history
Refs #2717
Refs #2718
  • Loading branch information
char0n committed Dec 27, 2022
1 parent 05b9f43 commit 7809194
Show file tree
Hide file tree
Showing 4 changed files with 133 additions and 271 deletions.
6 changes: 6 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
"ignorePackages": true
}
],
"import/no-unresolved": [
2,
{
"ignore": ["^@swagger-api/apidom-reference/configuration/empty$"]
}
],
"prettier/prettier": "error",
"no-param-reassign": 0, // needs to be eliminated in future
"no-use-before-define": [2, "nofunc"] // needs to be eliminated in future
Expand Down
Loading

0 comments on commit 7809194

Please sign in to comment.