Closed techoneel closed 1 year ago
linting implementation with
"code:lint": "eslint --ignore-path .gitignore .", "code:format": "npm run code:lint -- --fix .",
This issues is implemented with the commit id 7edac4975764289e3a19b9e2d3becbd066566a67
Linting fixed with 0292645c408903be9e72addf743db334ccd9709e by @anantakumarghosh
linting implementation with