Software: Apache. PHP/8.1.30 uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root) Safe-mode: OFF (not secure) /home/picotech/domains/rentals.picotech.app/public_html/node_modules/eslint/lib/shared/ drwxr-xr-x |
Viewing file: Select action/file-type: /** * @fileoverview Shared flags for ESLint. */ "use strict"; /** * The set of flags that change ESLint behavior with a description. * @type {Map<string, string>} */ const activeFlags = new Map([ ["test_only", "Used only for testing."], ["unstable_config_lookup_from_file", "Look up eslint.config.js from the file being linted."], ["unstable_ts_config", "Enable TypeScript configuration files."] ]); /** * The set of flags that used to be active but no longer have an effect. * @type {Map<string, string>} */ const inactiveFlags = new Map([ ["test_only_old", "Used only for testing."] ]); module.exports = { activeFlags, inactiveFlags }; |
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0063 ]-- |