WordPress-Coding-Standards / eslint-config-wordpress

This package has been deprecated, please use @wordpress/eslint-plugin or @wordpress/scripts
https://www.npmjs.com/package/@wordpress/eslint-plugin
MIT License
45 stars 13 forks source link

camelcase: Identifier '_ajax_nonce' is not in camel case. #69

Open losnappas opened 5 years ago

losnappas commented 5 years ago

Surely this is an oversight, right?

I also have a wp_localize_script object in camel case and declared it with /* global my_obj */ at start of file. So I'm wondering which way it should go.