Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
trash
/
vhost_www.bachtale.com_1719306535
/
htdocs
/
node_modules
/
stackframe
/
/srv/data/trash/vhost_www.bachtale.com_1719306535/htdocs/node_modules/stackframe/.eslintrc.yml
env: browser: true commonjs: true node: true extends: 'eslint:recommended' globals: define: false describe: false expect: false it: false parserOptions: ecmaVersion: 5 rules: indent: - error - 4 linebreak-style: - error - unix quotes: - error - single semi: - error - always