Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Test] Upgrade linters | Alexander Moisseev | 2024-09-11 | 1 | -236/+181 |
| | | | | | | - Upgraded `eslint` from 9.7.0 to 9.10.0 - Upgraded `@stylistic/eslint-plugin` from 2.3.0 to 2.8.0 - Upgraded `stylelint` from 16.7.0 to 16.9.0 | ||||
* | [Test] Migrate ESLint to 9.7.0 | moisseev | 2024-07-18 | 1 | -361/+145 |
| | |||||
* | [Test] Use actions/setup-node | moisseev | 2024-07-17 | 1 | -0/+2770 |
The `npm ci`sets up exact versions of Node.js packages listed in the package-lock.json file, which is ensuring consistency across different test runs and environments. |