File ".eslintrc.json"

Full Path: /home/vantageo/public_html/cache/cache/cache/.wp-cli/wp-content/plugins/responsive-menu/v4.0.0/.eslintrc.json
File size: 801 bytes
MIME-type: application/json
Charset: utf-8

{
	"extends": "wordpress",
	"parserOptions": {
		"ecmaVersion": 6,
		"ecmaFeatures": {
			"jsx": true,
			"arrowFunctions": true,
			"blockBindings": true,
			"classes": true,
			"defaultParams": true,
			"modules": true
		},
		"sourceType": "module"
	},
	"env": {
		"es6": true,
		"browser": true,
		"node": true,
		"commonjs": true,
		"jquery": true
	},
	"rules": {
		"camelcase": [1],
		"space-in-parens": [1, "always"],
		"no-trailing-spaces": [1],
		"spaced-comment": [0],
		"padded-blocks": [0],
		"prefer-template": [0],
		"max-len": [0],
		"no-else-return": [0],
		"func-names": [0],
		"object-shorthand": [0],
		"indent": ["error", "tab"],
		"space-before-function-paren": 0,
		"no-tabs": 0,
		"prefer-destructuring": 0,
		"no-undef": 0,
		"no-param-reassign": 0,
		"linebreak-style": 0
	}
}