diff --git a/README.md b/README.md index 877ebc7a7..8839ead4e 100644 --- a/README.md +++ b/README.md @@ -473,6 +473,9 @@ After that checkout modified version in `./build` folder. Then. PLACEHOLDER for next version: ### **WORK IN PROGRESS** --> +### **WORK IN PROGRESS** +* (Garfonso) fix lint errors + ### 4.0.11 (2023-12-15) * (Garfonso) updated dependencies diff --git a/lib/services.js b/lib/services.js index 207ba4407..6a4cdf779 100644 --- a/lib/services.js +++ b/lib/services.js @@ -572,6 +572,7 @@ module.exports = { 'selector': { 'number': { 'min': 0, + // eslint-disable-next-line no-loss-of-precision 'max': 9223372036854775807, 'mode': 'box' } @@ -2024,6 +2025,7 @@ module.exports = { 'selector': { 'number': { 'min': 0, + // eslint-disable-next-line no-loss-of-precision 'max': 9223372036854775807, 'mode': 'box' } @@ -2173,6 +2175,7 @@ module.exports = { 'selector': { 'number': { 'min': 0, + // eslint-disable-next-line no-loss-of-precision 'max': 9223372036854775807, 'step': 0.001, 'mode': 'box' @@ -2542,6 +2545,7 @@ module.exports = { 'selector': { 'number': { 'min': 0, + // eslint-disable-next-line no-loss-of-precision 'max': 9223372036854775807, 'step': 0.01, 'mode': 'box'