inception-project / inception

INCEpTION provides a semantic annotation platform offering intelligent annotation assistance and knowledge management.
https://inception-project.github.io
Apache License 2.0
593 stars 151 forks source link

Clean up PDFAnno code #1226

Closed wpmp closed 5 years ago

wpmp commented 5 years ago

Describe the refactoring action As there seems to be no more work done in the original PDFAnno repository, the code can be cleaned up. This includes removing the change comments and reformatting the entire code.

Expected benefit PDFAnno code becomes easier to read and maintain.

wpmp commented 5 years ago

@reckart should we use eslint and the existing .eslintrc.js config for JavaScript code style or the DKPro eclipse xml?

reckart commented 5 years ago

@reckart should we use eslint and the existing .eslintrc.js config for JavaScript code style or the DKPro eclipse xml?

Let's stick with the exsiting eslint for now.