File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ const DEFAULT_CONFIG = {
5454} ;
5555
5656/**
57- * Define the rules that are enabled only for specific version of Node, based on `engines.node` in package.json or the `node-engine ` option.
57+ * Define the rules that are enabled only for specific version of Node, based on `engines.node` in package.json or the `node-version ` option.
5858 *
59- * The keys ae rule names and the values are an Object with a valid semver (`4.0.0` is valid `4` is not) as keys and the rule configuration as values.
59+ * The keys are rule names and the values are an Object with a valid semver (`4.0.0` is valid `4` is not) as keys and the rule configuration as values.
6060 * Each entry define the rule configuration and the minimum Node version for which to set it.
61- * The entry with the highest version that is compliant with the `engines.node`/`node-engine ` range will be used.
61+ * The entry with the highest version that is compliant with the `engines.node`/`node-version ` range will be used.
6262 *
6363 * @type {Object }
6464 *
You can’t perform that action at this time.
0 commit comments