Skip to content

Latest commit

 

History

History
 
 

lint-staged

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

lint-staged

Enabled

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

  • lint-staged

Default configuration

{
  "lint-staged": {
    "config": [
      ".lintstagedrc",
      ".lintstagedrc.json",
      ".lintstagedrc.{yml,yaml}",
      ".lintstagedrc.{js,mjs,cjs}",
      "lint-staged.config.{js,mjs,cjs}",
      "package.json"
    ]
  }
}

Also see Knip plugins for more information about plugins.