Skip to content

Latest commit

 

History

History
 
 

babel

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Babel

Enabled

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

  • /^@babel\//

Default configuration

{
  "babel": {
    "config": ["babel.config.json", "babel.config.js", ".babelrc.json", ".babelrc.js", ".babelrc", "package.json"]
  }
}

Also see Knip plugins for more information about plugins.