This is an automated email from the ASF dual-hosted git repository.
djencks pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 8070286 Regen
new 798a345 add linting setup for gulpfile
new 2c5e9ff modify gulpfile using lint
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 1 +
docs/.eslintignore | 1 +
docs/.eslintrc.js | 27 +
docs/gulpfile.js | 667 +++++++++++---------
docs/package.json | 11 +
docs/yarn.lock | 1705 +++++++++++++++++++++++++++++++++++++++++++++++++++-
6 files changed, 2118 insertions(+), 294 deletions(-)
create mode 100644 docs/.eslintignore
create mode 100644 docs/.eslintrc.js