Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 651 Bytes

File metadata and controls

30 lines (23 loc) · 651 Bytes

Gatsby

Enabled

This plugin is enabled when any of the following package names and/or regular expressions has a match in dependencies or devDependencies:

  • gatsby
  • gatsby-cli

Default configuration

{
  "gatsby": {
    "config": ["gatsby-{config,node}.{js,jsx,ts,tsx}"],
    "entry": [
      "gatsby-{browser,ssr}.{js,jsx,ts,tsx}",
      "src/api/**/*.{js,ts}",
      "src/pages/**/*.{js,jsx,ts,tsx}",
      "src/templates/**/*.{js,jsx,ts,tsx}",
      "src/html.{js,jsx,ts,tsx}"
    ]
  }
}

Also see Knip plugins for more information about plugins.