noi-techpark / it.bz.opendatahub.databrowser

Explore and navigate through Open Data you need to build your next service.
https://databrowser.opendatahub.com
GNU Affero General Public License v3.0
8 stars 7 forks source link

Do not commit code that contains linting warnings #562

Closed gappc closed 2 months ago

gappc commented 2 months ago

This PR adds the option "--max-warnings 0" to eslint. That option prevents commits if the code-to-commit contains linting warnings.

This PR solves issue #371