Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Gulp #741

Open
wants to merge 2 commits into
base: development
Choose a base branch
from
Open

Upgrade Gulp #741

wants to merge 2 commits into from

Conversation

njourdane
Copy link

Currently we get an error when typing the gulp command, because the gulpfile is outdated.

This PR updates the gulpfile to be compatible with gulp4.

Also, it disables no-useless-escape eslint rule, which is too aggressive and returns a lot of errors in current base-code.

@njourdane njourdane mentioned this pull request Feb 6, 2019
rr326 added a commit to rr326/simplemde-markdown-editor that referenced this pull request Apr 18, 2019
Someguy123 added a commit to Privex/simplemde-markdown-editor that referenced this pull request Oct 20, 2020
This commit includes the fixes introduced in Pull Request sparksuite#741 ( sparksuite#741 )
that were added by @roipoussiere

It also includes these extra improvements:

 - Added lines for `no-redeclare` and `no-prototype-builtins` to `.estlintrc` which are set to disable warnings and errors for
   (re-)declaring global variables/functions like `require`, and disabling errors/warnings for prototyping built-ins
   e.g. extending `Object` - This was required for `gulp browserify` to build the scripts without errors

 - Added `yarn.lock` to lock package versions for those of you who use `yarn` instead of `npm` :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant