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:
parent
56fcb77623
commit
906ab8ee62
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue