Merge pull request #1478 from LenAnderson/st-array-vars

add list accessors to /getvar and /getglobalvar
This commit is contained in:
Cohee
2023-12-06 22:11:25 +02:00
committed by GitHub
2 changed files with 34 additions and 6 deletions

View File

@@ -59,6 +59,7 @@ module.exports = {
'eol-last': ['error', 'always'],
'no-trailing-spaces': 'error',
'object-curly-spacing': ['error', 'always'],
'space-infix-ops': 'error',
// These rules should eventually be enabled.
'no-async-promise-executor': 'off',