mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Eslintrc prefer const
This commit is contained in:
@@ -31,6 +31,7 @@ module.exports = {
|
||||
{ exceptions: ['i', 'j', 't', 'Q', 'A', 'C', 'q', 'a', 'b', 'x'] },
|
||||
],
|
||||
'object-shorthand': ['warn', 'never'],
|
||||
'prefer-const': 'warn',
|
||||
},
|
||||
root: true,
|
||||
}
|
||||
|
Reference in New Issue
Block a user