You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have no linting configuration for our code editors and github workflows to use. This means that bad patterns may be uncaught even after code review.
Context
Configuring ESLint would solve the lack of linting configuration, and mitigate bad patterns in our code.
Add ESLint as a dev dependency and any necessary eslint plugins (e.g. @docusaurus/eslint-plugin)
Modify the lint script in package.json to use ESLint as well - may be redundant, check if building docusaurus runs ESLint.
Fine tuning the specific ESLint rules will be done in a separate issue, as they will need further discussion and are beyond the scope of an initial configuration.
The text was updated successfully, but these errors were encountered:
Problem
We have no linting configuration for our code editors and github workflows to use. This means that bad patterns may be uncaught even after code review.
Context
Configuring ESLint would solve the lack of linting configuration, and mitigate bad patterns in our code.
@docusaurus/eslint-plugin
)package.json
to use ESLint as well - may be redundant, check if building docusaurus runs ESLint.Fine tuning the specific ESLint rules will be done in a separate issue, as they will need further discussion and are beyond the scope of an initial configuration.
The text was updated successfully, but these errors were encountered: