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