forked from sparksuite/simplemde-markdown-editor
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix gulp + eslintrc ( inc. PR sparksuite#741 )
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` :)
- Loading branch information
1 parent
6abda7a
commit 1dca74b
Showing
3 changed files
with
4,465 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.