next.js/test/integration/create-next-app/__snapshots__/biome-config.test.ts.snap
biome-config.test.ts.snap40 lines764 B
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`create-next-app Biome configuration should match biome.json snapshot 1`] = `
"{
  "$schema": "https://biomejs.dev/schemas/2.4.2/schema.json",
  "vcs": {
    "enabled": true,
    "clientKind": "git",
    "useIgnoreFile": true
  },
  "files": {
    "ignoreUnknown": true,
    "includes": ["**", "!node_modules", "!.next", "!dist", "!build"]
  },
  "formatter": {
    "enabled": true,
    "indentStyle": "space",
    "indentWidth": 2
  },
  "linter": {
    "enabled": true,
    "rules": {
      "recommended": true
    },
    "domains": {
      "next": "recommended",
      "react": "recommended"
    }
  },
  "assist": {
    "actions": {
      "source": {
        "organizeImports": "on"
      }
    }
  }
}
"
`;
Quest for Codev2.0.0
/
SIGN IN