mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-17 03:00:13 +00:00
Add prefer-const eslint rule
This commit is contained in:
@@ -16,7 +16,8 @@
|
|||||||
2
|
2
|
||||||
],
|
],
|
||||||
"object-shorthand": 0,
|
"object-shorthand": 0,
|
||||||
"prefer-arrow-callback": 0
|
"prefer-arrow-callback": 0,
|
||||||
|
"prefer-const": 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"eslintIgnore": [
|
"eslintIgnore": [
|
||||||
|
|||||||
Reference in New Issue
Block a user