overleaf / spelling

The backend spellcheck API that performs spell checking for Overleaf
GNU Affero General Public License v3.0
9 stars 17 forks source link

Code decaffeination #23

Closed mserranom closed 5 years ago

mserranom commented 5 years ago

Module decaffeination.

mserranom commented 5 years ago

~Not sure what to do with adding linting to CI etc. From the Makefile, it's supposed to remain untouched?~

# This file was auto-generated, do not edit it directly.
# Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment
# Version: 1.1.12

EDIT: Will be refining Makefile and package.json to remove coffee stuff.

das7pad commented 5 years ago

@mserranom You could change the project type in the buildscript.txt file to es and rerun the script you just quoted. This should add the lint tasks into the package.json, Makefile and Jenkinsfile.

Your merge commit from master dropped the eslint packages in the npm-shrinkwrap.json which you added previously in this PR, maybe add them back?

mserranom commented 5 years ago

closing in favour of https://github.com/overleaf/spelling/pull/24