Fix a lexical flaw (#23447)

Please also note, that `https://github.com/grafana/worldmap-panel/blob/master/.eslintrc` does not exist (referenced in `Linting` section) .
pull/23611/head
Alexander Tymchuk 5 years ago committed by GitHub
parent fa6a43c6e5
commit b3df2d007a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/sources/plugins/developing/code-styleguide.md

@ -179,4 +179,4 @@ We recommend that you use a linter for your JavaScript. For ES6, the standard li
}
}
```
5. If using Lodash, then be consequent and prefer that to the native ES6 array functions.
5. If using Lodash, then be consistent and prefer that to the native ES6 array functions.

Loading…
Cancel
Save