Skip to content

Commit 6053b20

Browse files
committed
fix: fix documentation for eslint
1 parent 354b9bc commit 6053b20

File tree

4 files changed

+5
-45
lines changed

4 files changed

+5
-45
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
# Node modules
22
/node_modules/
3-
4-
#

docs-docusaurus/blog/2024-09-30-why-eslint-plugin-hub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors: [anand-kumar]
55
tags: [eslint, javascript, best-practices, plugin]
66
---
77

8-
### What is ESLint Plugin Hub?
8+
### Why ESLint Plugin Hub?
99

1010
When building large-scale JavaScript projects, maintaining consistent code quality is essential. The `@mindfiredigital/eslint-plugin-hub` is designed to solve this challenge by enforcing best practices in naming conventions, file organization, and function structure. It provides a robust set of rules for JavaScript, React, Angular, and more, helping developers write cleaner, more readable, and maintainable code.
1111

docs-docusaurus/blog/2024-10-01-what-is-eslint.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ ESLint is a powerful tool for identifying and fixing problems in JavaScript code
99

1010
<!-- truncate -->
1111

12+
![Welcome Image](https://miro.medium.com/v2/resize:fit:720/format:webp/0*-mrLZrmaR5Y2IxXm.png)
13+
1214
### Why Use ESLint?
1315

1416
1. **Enforces Coding Standards**:

docs-docusaurus/docusaurus.config.js

Lines changed: 2 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -85,48 +85,8 @@ const config = {
8585
},
8686
footer: {
8787
style: 'dark',
88-
links: [
89-
{
90-
title: 'Docs',
91-
items: [
92-
{
93-
label: 'Overview',
94-
to: '/docs/intro',
95-
},
96-
],
97-
},
98-
{
99-
title: 'Community',
100-
items: [
101-
{
102-
label: 'Stack Overflow',
103-
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
104-
},
105-
{
106-
label: 'Discord',
107-
href: 'https://discordapp.com/invite/docusaurus',
108-
},
109-
{
110-
label: 'Twitter',
111-
href: 'https://twitter.com/docusaurus',
112-
},
113-
],
114-
},
115-
{
116-
title: 'More',
117-
items: [
118-
{
119-
label: 'Blog',
120-
to: '/blog',
121-
},
122-
{
123-
label: 'GitHub',
124-
href: 'https://github.com/mindfiredigital/eslint-plugin-hub',
125-
},
126-
],
127-
},
128-
],
129-
copyright: `Copyright © ${new Date().getFullYear()} eslint-plugin-hub.`,
88+
89+
copyright: `Copyright © ${new Date().getFullYear()} mindfiredigital/eslint-plugin-hub.`,
13090
},
13191
prism: {
13292
theme: prismThemes.github,

0 commit comments

Comments
 (0)