Skip to content

Commit 1a3676e

Browse files
authored
Enable UI linting and fix linting issues (#2706)
* Enable UI linting and fix linting issues * Update .eslintrc.json
1 parent 471cf48 commit 1a3676e

File tree

88 files changed

+2021
-946
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+2021
-946
lines changed

ui/.eslintrc.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"extends": "@apicurio",
3+
"env": {
4+
"browser": true,
5+
"es2021": true
6+
}
7+
}

0 commit comments

Comments
 (0)