humanmade / authorship

A modern approach to author attribution in WordPress.
GNU General Public License v3.0
68 stars 7 forks source link

JS Linting #41

Closed tfrommen closed 3 years ago

tfrommen commented 3 years ago

This PR targets JavaScript-specific linting improvements or changes to be made that have been mentioned in #38.

In more detail, these include:

This PR conflicts with #42 in that both make changes to the package.json file. If you want to merge both PRs, you should be able to manually accept all changes—make sure to keep the most recent package version. If you do not or only partially merge this PR, you will have to adapt some JavaScritp/TypeScript code! This PR currently fails on CI because it does not fix any linting errors in the production code. This is done in #42.