Skip to content

Commit 73f7bf9

Browse files
authored
fix: use spec compliant JSON Pointer implementation (#5496)
1 parent b9c3297 commit 73f7bf9

File tree

4 files changed

+353
-247
lines changed

4 files changed

+353
-247
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
"^monaco-marker-data-provider$",
5151
"^plugins\/.+\/index.js",
5252
"^presets\/.+\/index.js",
53-
"^@codingame\/monaco-vscode-api"
53+
"^@codingame\/monaco-vscode-api",
54+
"^@swagger-api\/apidom-json-pointer"
5455
]
5556
}]
5657
}

0 commit comments

Comments
 (0)