mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
allow sort-vars
This commit is contained in:
@@ -65,6 +65,7 @@ module.exports = {
|
||||
'quotes': ['error', 'single', { 'avoidEscape': true }],
|
||||
'quote-props': 0,
|
||||
'sort-keys': 0,
|
||||
'sort-vars': 0,
|
||||
'space-before-function-paren': ['error', { 'named': 'never' }],
|
||||
'strict': 0,
|
||||
'vars-on-top': 0
|
||||
|
||||
Reference in New Issue
Block a user