Skip to content

Commit

Permalink
refactor(app-config-example.js): disable eslint no-undef in config fi…
Browse files Browse the repository at this point in the history
…le to avoid require error
  • Loading branch information
amoncaldas committed Oct 27, 2021
1 parent dfd59ff commit b85d43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config-examples/app-config-example.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// without the -example on the same folder that it resides.

// You can change the value of a property (using a supported value), but you shouldn't remove a property

/* eslint-disable no-undef */
const appConfig = {
appName: 'Openrouteservice Maps', // The App name that is used as title for the logo
footerAppName: 'openrouteservice', // The App name that appears on the bottom
Expand Down

0 comments on commit b85d43e

Please sign in to comment.