wpa11yday / conference

Conference plugin; custom functionality for WP Accessibility Day
GNU General Public License v3.0
2 stars 0 forks source link

Implement code linting #3

Closed joedolson closed 1 year ago

joedolson commented 1 year ago

Implement code linting and clean up errors.

NicktheGeek commented 1 year ago

@joedolson are there any specific linting guidelines? I have a good bit of experience setting this up and can take responsibility for this issue.

joedolson commented 1 year ago

Sorry; I was already setting this up when I saw this. I'm only setting up PHP linting, however, using the core WPCS styles. There's going to be a lot of work to do to fix all the errors though - the plugin we forked for this was not up to those standards.

If you can work on JS linting, that would be great; I don't have any experience setting that up.

NicktheGeek commented 1 year ago

JS Linting is complete.