This is an HTML Template utilizing Carbon for IBM.com Web Components. It contains a basic WebPack setup using Handlebars for page management, which includes the dds-dotcom-shell, along with other various patterns and components available in Carbon for IBM.com.
Apache License 2.0
11
stars
13
forks
source link
chore(deps): downgrade eslint due to build error #90
Our dependency bot updated eslint to v8, which causes problems when running the server. This PR keeps eslint on version 8.6.0 like our current Web Components package has it to avoid any problems.
Related Ticket(s)
None.
Description
Our dependency bot updated
eslint
tov8
, which causes problems when running the server. This PR keepseslint
on version8.6.0
like our current Web Components package has it to avoid any problems.Changelog
Changed
eslint
to8.6.0