Commit Graph

17 Commits

Author SHA1 Message Date
854f71da03 Add possibility to create coverage reports (#9029) 2023-07-15 15:23:44 +02:00
bb048a3eac Import Leaflet in tests using JavaScript modules (#8975) 2023-06-02 12:24:17 +02:00
2407c43aac Lint files in debug directory (#8925) 2023-04-23 12:44:01 +02:00
423e4ab25a Guard for-in loops and enable guard-for-in lint rule. (#8879) 2023-04-15 18:46:05 +02:00
8c38dbafb6 Enforce .js file extension for module imports (#8837) 2023-02-09 23:07:27 +01:00
0b9ae01a9c Prefer Object.hasOwn() over Object.prototype.hasOwnProperty() (#8684) 2022-11-26 18:29:21 +02:00
430bac2741 Convert build scripts into ESM (#8610) 2022-10-26 00:07:03 +02:00
119785e3a9 Enable no-var linting rule and fix issues (#8602) 2022-10-20 21:18:26 +02:00
d777c79f7a Enable prefer-arrow-callback linting rule and fix issues (#8594) 2022-10-20 00:10:54 +02:00
5e66c62405 Enable object-shorthand linting rule and fix issues (#8592) 2022-10-19 11:59:15 +02:00
4e14f90d86 Enable prefer-rest-params linting rule and fix issues (#8593) 2022-10-18 23:46:16 +02:00
c33a57ca3a Enable prefer-template linting rule and fix issues (#8587) 2022-10-16 23:58:24 +02:00
7105013e38 Enable no-duplicate-imports linting rule and fix issues (#8586) 2022-10-16 19:16:44 +02:00
5c3e39ecfb Enable func-name-matching linting rule and fix issues (#8585) 2022-10-16 18:09:07 +02:00
8fa1b18f04 Enable arrow-spacing linting rule and fix issues (#8584) 2022-10-16 17:57:07 +02:00
6a6d7d0fea Upgrade ESLint config to latest version (#8583) 2022-10-16 17:47:19 +02:00
63695655fe Split ESLint config and clean it up (#8563) 2022-10-14 13:32:58 +02:00