v-wordpress-plugin-updater/.eslintrc.json
nikolai@vontainment.com fb88a9e08a new file: .eslintrc.json
new file:   .github/workflows/ci.yml
	new file:   .github/workflows/codeql.yml
	deleted:    .github/workflows/mega-linter.yml
	new file:   .github/workflows/pr-auto-fix.yml
	deleted:    .mega-linter.yml
	new file:   .stylelintrc.json
	modified:   phpcs.xml
	new file:   phpstan.neon
	new file:   phpunit.xml
2025-08-13 22:26:00 -04:00

15 lines
242 B
JSON

{
"env": {
"browser": true,
"es2021": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 12,
"sourceType": "module"
},
"rules": {
"no-unused-vars": "warn",
"no-console": "off"
}
}