mirror of
https://github.com/chrisnov-it/quantumbotx.git
synced 2026-07-27 18:57:47 +00:00
refactor: Track ESLint config for project consistency
Removed eslint.config.js from .gitignore and started tracking the actual eslint.config.mjs file. This ensures consistent code style rules for all collaborators.
This commit is contained in:
+2
-2
@@ -44,8 +44,8 @@ build/
|
||||
# Folder dependensi Node.js
|
||||
node_modules/
|
||||
|
||||
# File konfigurasi & cache dari tooling frontend (ESLint, Prettier, dll)
|
||||
eslint.config.js
|
||||
# File konfigurasi ESLint (eslint.config.mjs) sengaja TIDAK diabaikan
|
||||
# agar aturan linting konsisten untuk semua kolaborator.
|
||||
|
||||
# ==============================================================================
|
||||
# File Spesifik IDE & Sistem Operasi
|
||||
|
||||
Reference in New Issue
Block a user