Эх сурвалжийг харах

HUE-9446 [docs] Add linter config files locations

Romain 5 жил өмнө
parent
commit
de26b79603

+ 8 - 2
docs/docs-site/content/developer/development/_index.md

@@ -100,14 +100,20 @@ Restart Hue, open the Editors and start typing your first queries!
 
 ### Dev environment
 
+#### Lint configs
+
+* [https://github.com/cloudera/hue/blob/master/.eslintrc.js](.eslintrc.js)
+* [https://github.com/cloudera/hue/blob/master/desktop/.pylintrc](.pylintrc)
+* [https://github.com/cloudera/hue/blob/master/.prettierrc](.prettierrc)
+
 #### Visual Code
 
-Adding 'hue' as a workspace, then:
+Adding the 'hue' directory as a workspace, then:
 
 Recommended extensions:
 
 * Python - Microsoft
-* EsLint - Dirk Baeumur https://github.com/cloudera/hue/blob/master/.eslintrc.js
+* EsLint - Dirk Baeumur
 * Mako - tommorris
 * Docker - Microsoft