diff --git a/content/roadmaps/100-frontend/content/110-build-tools/102-linters-formatters/102-standardjs.md b/content/roadmaps/100-frontend/content/110-build-tools/102-linters-formatters/102-standardjs.md
index 616a27044..cb069e242 100644
--- a/content/roadmaps/100-frontend/content/110-build-tools/102-linters-formatters/102-standardjs.md
+++ b/content/roadmaps/100-frontend/content/110-build-tools/102-linters-formatters/102-standardjs.md
@@ -1 +1,9 @@
-# Standardjs
\ No newline at end of file
+# StandardJS
+
+Standardjs is a Style guide, with linter & automatic code fixer. It is a way to enforce consistent style in your project. It automatically formats code.
+Standard JS is a tool in the Code Review category of a tech stack.
+
+Free Content
+Official Website
+Standard JS Tutorial with React, Prettier
+