fix: update ESLint configuration file extension and add Jest globals as a dev dependency

This commit is contained in:
Salman Muin Kayser Chishti 2025-10-14 18:25:23 +01:00
parent 0b341692b6
commit 006364163b
8 changed files with 976 additions and 314 deletions

View file

@ -1,5 +1,5 @@
// This is a reusable configuration file copied from https://github.com/actions/reusable-workflows/tree/main/reusable-configurations. Please don't make changes to this file as it's the subject of an automatic update.
module.exports = {
export default {
printWidth: 80,
tabWidth: 2,
useTabs: false,