Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Garfonso committed Dec 15, 2023
1 parent 0a80ed2 commit 854fa2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions lib/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@ module.exports = {
'selector': {
'number': {
'min': 0,
// eslint-disable-next-line no-loss-of-precision
'max': 9223372036854775807,
'mode': 'box'
}
Expand Down Expand Up @@ -2024,6 +2025,7 @@ module.exports = {
'selector': {
'number': {
'min': 0,
// eslint-disable-next-line no-loss-of-precision
'max': 9223372036854775807,
'mode': 'box'
}
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 854fa2a

Please sign in to comment.