Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 581 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 581 Bytes

Remix

Enabled

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

  • /^@remix-run\//

Default configuration

{
  "remix": {
    "entry": [
      "remix.config.js",
      "remix.init/index.js",
      "app/root.tsx",
      "app/entry.{client,server}.{js,jsx,ts,tsx}",
      "app/routes/**/*.{js,ts,tsx}",
      "server.{js,ts}"
    ]
  }
}

Also see Knip plugins for more information about plugins.