allow sort-vars

This commit is contained in:
pypy
2020-01-11 19:42:54 +09:00
parent b4ef559241
commit c84b5f0c85

View File

@@ -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