Current File : /home/digitaw/www/wp-content/updraft/plugins-old/simple-history/.eslintrc
{
	"env": {
		"browser": true
	},
	"extends": [
		"plugin:@wordpress/eslint-plugin/recommended"
	],
	"rules": {
		"@wordpress/no-unsafe-wp-apis": "off",
		"no-alert": "off"
	},
	"globals": {
		"jQuery": true,
		"simpleHistoryScriptVars": true
	}
}