Skip to content

Initial setup #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Feb 24, 2025
Merged

Initial setup #1

merged 23 commits into from
Feb 24, 2025

Conversation

paescuj
Copy link
Contributor

@paescuj paescuj commented Aug 1, 2024

Initial setup for @directus/eslint-config - a ESLint config preset which can be used across all JavaScript repos within the Directus organization for a simple setup and consistent linting & formatting experience.



  • Repo is dogfooding, which helps to verify the setup
  • Can be inspected via pnpm run inspect
  • Included workflows:
    • Check: Lint, Typecheck, Test
    • Release: Create new version by dispatching this workflow

Closes #2

@paescuj paescuj marked this pull request as ready for review August 2, 2024 11:38
@paescuj paescuj requested a review from wrynegade August 2, 2024 11:44
@paescuj paescuj force-pushed the init branch 9 times, most recently from ea663b5 to c195560 Compare August 8, 2024 09:26
@paescuj paescuj force-pushed the init branch 4 times, most recently from bee2604 to 393e15a Compare August 16, 2024 20:08
@paescuj paescuj force-pushed the init branch 3 times, most recently from d1bd81e to 154001e Compare August 22, 2024 08:36
@paescuj paescuj force-pushed the init branch 5 times, most recently from 55a3b4a to 39b05d0 Compare September 15, 2024 21:57
@paescuj paescuj force-pushed the init branch 3 times, most recently from f54aa9b to 88825af Compare September 28, 2024 17:40
@paescuj paescuj force-pushed the init branch 2 times, most recently from 71cbc3d to 565eae2 Compare October 18, 2024 14:22
Co-authored-by: Hannes Küttner <[email protected]>
@paescuj paescuj marked this pull request as draft January 13, 2025 13:56
@paescuj paescuj marked this pull request as ready for review February 17, 2025 15:23
paescuj and others added 12 commits February 18, 2025 02:05
Co-authored-by: Daniel Breitlauch <[email protected]>
Not working well with newer syntax
- Adjust rules after testing against repos
- Only apply rules to specific files when possible
  (better performance & less conflicts)
@paescuj paescuj merged commit 5f88816 into main Feb 24, 2025
3 checks passed
@paescuj paescuj deleted the init branch February 24, 2025 18:57
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.

import/first causes .vue files with both <script> and <script setup> to break
3 participants