Skip to content

Commit a4a744e

Browse files
committed
deps: Ensure deps are all working;
1 parent eceee71 commit a4a744e

File tree

6 files changed

+96
-1616
lines changed

6 files changed

+96
-1616
lines changed

.eslintignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/linters/.eslintrc.yml

Lines changed: 0 additions & 64 deletions
This file was deleted.

custom-elements.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,54 @@
257257
}
258258
]
259259
},
260+
{
261+
"kind": "javascript-module",
262+
"path": "coverage/lcov-report/block-navigation.js",
263+
"declarations": [],
264+
"exports": []
265+
},
266+
{
267+
"kind": "javascript-module",
268+
"path": "coverage/lcov-report/prettify.js",
269+
"declarations": [],
270+
"exports": []
271+
},
272+
{
273+
"kind": "javascript-module",
274+
"path": "coverage/lcov-report/sorter.js",
275+
"declarations": [],
276+
"exports": []
277+
},
278+
{
279+
"kind": "javascript-module",
280+
"path": "docs/assets/hierarchy.js",
281+
"declarations": [],
282+
"exports": []
283+
},
284+
{
285+
"kind": "javascript-module",
286+
"path": "docs/assets/icons.js",
287+
"declarations": [],
288+
"exports": []
289+
},
290+
{
291+
"kind": "javascript-module",
292+
"path": "docs/assets/main.js",
293+
"declarations": [],
294+
"exports": []
295+
},
296+
{
297+
"kind": "javascript-module",
298+
"path": "docs/assets/navigation.js",
299+
"declarations": [],
300+
"exports": []
301+
},
302+
{
303+
"kind": "javascript-module",
304+
"path": "docs/assets/search.js",
305+
"declarations": [],
306+
"exports": []
307+
},
260308
{
261309
"kind": "javascript-module",
262310
"path": "src/scripts/analyze.ts",

eslint.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
ignores: ["lib/", "dist/", "node_modules/", "coverage/", "docs/"],
3+
};

0 commit comments

Comments
 (0)