allow negative numbers
This commit is contained in:
2
index.js
2
index.js
@@ -68,7 +68,7 @@ module.exports = {
|
||||
enforceConst: true,
|
||||
ignoreArrayIndexes: true,
|
||||
detectObjects: true,
|
||||
ignore: [0, 1, 2, 10]
|
||||
ignore: [-2, -1, 0, 1, 2, 10]
|
||||
}
|
||||
],
|
||||
'no-multi-spaces': 'error',
|
||||
|
Reference in New Issue
Block a user