Ngiler SH3LL 360
Home
Information
Create File
Create Folder
:
/
home
/
likhxapw
/
www
/
school
/
wp-content
/
plugins
/
jetformbuilder
/
Information Server
MySQL :
OFF
Perl :
OFF
CURL :
ON
WGET :
OFF
PKEXEC :
OFF
Directive
Local Value
IP Address
63.250.38.10
System
Linux premium90.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User
likhxapw
PHP Version
8.3.30
Software
LiteSpeed
Doc root
Writable
close
Edit File :
.eslintrc.js
| Size :
1.82
KB
Copy
module.exports = { root: true, env: { browser: true, es6: true, 'jest/globals': true, }, extends: [ 'plugin:@wordpress/eslint-plugin/recommended', ], parser: '@babel/eslint-parser', parserOptions: { sourceType: 'module', babelOptions: { configFile: './.babelrc', }, }, ignorePatterns: [ '**/build/*', '**/dist/*', '**/lib/*' ], rules: { 'react/jsx-no-undef': 'off', 'prettier/prettier': 'off', 'jsdoc/require-param-type': 'off', 'jsdoc/require-returns-description': 'off', 'jsdoc/no-undefined-types': 'off', 'max-lines-per-function': [ 'error', { max: 50, skipBlankLines: true, skipComments: true, }, ], 'max-depth': [ 'error', 2, ], 'no-constructor-return': 'error', 'no-await-in-loop': 'error', eqeqeq: [ 'error', 'always' ], camelcase: [ 'error', { properties: 'never', ignoreDestructuring: true, }, ], 'no-var': 'error', 'import/no-unresolved': 'off', '@stylistic/arrow-spacing': 'error', '@stylistic/block-spacing': 'error', '@stylistic/comma-spacing': [ 'error', { before: false, after: true }, ], '@stylistic/array-bracket-spacing': [ 'error', 'always' ], '@stylistic/computed-property-spacing': [ 'error', 'always' ], '@wordpress/i18n-text-domain': [ 'error', { allowedTextDomain: [ 'jet-form-builder' ], }, ], }, plugins: [ 'react', '@stylistic', 'jest', ], globals: { window: 'readonly', jQuery: 'readonly', Vue: 'readonly', Vuex: 'readonly', wp: 'readonly', ajaxurl: 'readonly', jfbEventBus: 'writable', JetFBComponents: 'writable', JetFBActions: 'writable', JetFBStore: 'writable', JetFBHooks: 'writable', JetFormEditorData: 'readonly', JetFormBuilderSettings: 'readonly', JetFormBuilderAbstract: 'writable', JetFormBuilderFunctions: 'writable', JetPlugins: 'writable', }, };
Back