Closed GODrums closed 3 months ago
Adds Prettier + ESLint to the webapp. Configs are similar to the ones used in the Artemis-Repo. Triggers are set to:
/webapp
develop
npm run lint
npm run lint:fix
npm run prettier:check
npm run prettier:write
This PR does NOT include Prettier formatting / ESL linting fixes yet, only the initial setup to avoid potential merge conflicts.
The project should follow consistent code conventions and standards. Prettier and ESLint are the most common combination in attaining such goals.
.editorconfig
Description
Summary
Adds Prettier + ESLint to the webapp. Configs are similar to the ones used in the Artemis-Repo. Triggers are set to:
/webapp
develop
-branch with changes in/webapp
npm run lint
andnpm run lint:fix
npm run prettier:check
andnpm run prettier:write
This PR does NOT include Prettier formatting / ESL linting fixes yet, only the initial setup to avoid potential merge conflicts.
Motivation
The project should follow consistent code conventions and standards. Prettier and ESLint are the most common combination in attaining such goals.
Key Changes
.editorconfig
Checklist
TODOs / Next up
General