Skip to content

feat(app): editor configs#500

Open
cremetv wants to merge 3 commits intodanielbrendel:mainfrom
cremetv:feat/editor-configs
Open

feat(app): editor configs#500
cremetv wants to merge 3 commits intodanielbrendel:mainfrom
cremetv:feat/editor-configs

Conversation

@cremetv
Copy link

@cremetv cremetv commented Jan 28, 2026

Resolves #499

Description

  • Add .editorconfig, .prettierrc, .eslintrc.json, and .stylelintrc.json for consistent code formatting
  • Add .vscode/settings.json and .vscode/extensions.json for VS Code workspace configuration
  • Install stylelint-config-standard-scss
  • refactor app.js and app.scss

These configuration files ensure consistent formatting across all contributors.

File Purpose
.editorconfig Editor-agnostic settings (4-space indent etc)
.prettierrc Code formatter rules
.eslintrc.json JavaScript linting with browser/Vue globals
.stylelintrc.json SCSS linting with standard config
.vscode/* Recommended extensions and workspace settings

Note: the changes in app.js and app.scss are only formatting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add editor configuration for consistent code formatting

1 participant