iTowns / itowns

A Three.js-based framework written in Javascript/WebGL for visualizing 3D geospatial data
http://www.itowns-project.org
Other
1.07k stars 290 forks source link

Clean babel and eslint configurations #2338

Closed Desplandis closed 2 weeks ago

Desplandis commented 2 weeks ago

Description

This PR modernizes the babel config (use babel.config.json) and remove the circular dependency between webpack and eslint.

Motivation and Context

This is a prerequisite to #2300.