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