neuland-ingolstadt / neuland.app

A free & open source, web-based replacement for the official app of the Technische Hochschule Ingolstadt built with React and Next.js.
https://neuland.app
GNU Affero General Public License v3.0
36 stars 33 forks source link

šŸŽØ improve linting #346

Closed BuildmodeOne closed 12 months ago

BuildmodeOne commented 12 months ago

šŸ¤– Generated by Copilot at 7f8fac6

Summary

šŸŽØšŸ› ļøšŸ“

This pull request formats various files of the neuland.app project according to the ESLint rules, which are configured in the .eslintrc.json file. The main changes are to indent the JSX code with two spaces, wrap multiline JSX elements in parentheses, and align the props of JSX components. The purpose of this pull request is to improve the code readability and consistency, and to enforce a common code style across the project. The pull request also adds some settings to the .vscode/settings.json file and a script to the package.json file to facilitate the use of the ESLint tool.

ESLint formats code Making it clean and consistent A spring cleaning task

Walkthrough