
* chore(apps): setup prettier + eslint for all our apps * fix(docs): Fixed the use of implicit any type * chore(apps): Added .eslintignore files
4 lines
153 B
JavaScript
4 lines
153 B
JavaScript
// eslint-disable-next-line no-undef
|
|
Array.from(document.getElementsByTagName('pre')).forEach((element) => {
|
|
element.setAttribute('tabindex', '0');
|
|
});
|