Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Feb 20, 2024
    • Kamil Mielnik's avatar
      Align paths in Prettier & ESLint scripts (#38951) · 750638e4
      Kamil Mielnik authored
      * Align ESLint & prettier paths in "lint-stage" & "scripts" in package.json
      
      * Handle ts files in e2e tests
      
      * Manually fix ESLint-reported issues
      
      * Format "lint-prettier-pure" script the same way as "prettier"
      
      * Run "yarn eslint-fix"
      
      * Manually fix remaining issues
      
      * Ignore database files in ESLint as they reference a file that is git-ignored but does exist locally
      
      * Remove duplicated eslint call
      750638e4
  2. Feb 15, 2023
  3. Dec 08, 2021
  4. Sep 10, 2021
    • Ariya Hidayat's avatar
      Basic skeleton of front-end dependencies analyzer (#17743) · f3a17099
      Ariya Hidayat authored
      * Basic skeleton of front-end dependencies analyzer
      
      * Parse enterprise/frontend
      
      * Handle good ol' require
      
      * For sanity, bail out immediately when encountering a parse errr
      
      * Split into commands (currently returning JSON)
      
      * Filter dependents from stdin
      
      * Track down all dependents, including the indirect/transitive ones
      
      * Fix filtering not including the enterprise
      
      * Map a directory to its index.js, if it exists
      
      * Refactor common functions
      
      * Matrix and count dependents
      f3a17099
Loading