Fix typo and remove outdated doc comment (#11472)
* Fix typo * Fix outdated doc comment [skip ci]
This commit is contained in:
parent
e010db84aa
commit
d05334bde2
@ -189,11 +189,7 @@ class PartialConfig {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns true if their is a config file in the filesystem for this config.
|
* Returns true if there is a config file in the filesystem for this config.
|
||||||
*
|
|
||||||
* While this only means .babelrc(.mjs)?/package.json#babel right now, it
|
|
||||||
* may well expand in the future, so using this is recommended vs checking
|
|
||||||
* this.babelrc directly.
|
|
||||||
*/
|
*/
|
||||||
hasFilesystemConfig(): boolean {
|
hasFilesystemConfig(): boolean {
|
||||||
return this.babelrc !== undefined || this.config !== undefined;
|
return this.babelrc !== undefined || this.config !== undefined;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user