grafana / k6-jslib-aws

Javascript Library allowing to interact with AWS resources from k6 scripts
Apache License 2.0
18 stars 28 forks source link

Add ESLint Babel-based configuration to tests #82

Closed oleiade closed 7 months ago

oleiade commented 8 months ago

This Pull Request adds a ESLint configuration to the root folder, specific to javascript, based on @EdvinasDaugirdas 's recommendation to use the eslint:recommended settings.

This PR also addresses linter warnings in the examples/ and tests folders, and adds updates the linting GitHub action accordingly.