xo 0.59.1 → 0.59.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -116,8 +116,8 @@ const mergeWithFileConfig = async options => {
116
116
  const {config: enginesOptions} = (await packageConfigExplorer.search(searchPath)) || {};
117
117
 
118
118
  options = normalizeOptions({
119
- ...xoOptions,
120
119
  ...(enginesOptions && enginesOptions.node && semver.validRange(enginesOptions.node) ? {nodeVersion: enginesOptions.node} : {}),
120
+ ...xoOptions,
121
121
  ...options,
122
122
  });
123
123
  options.extensions = [...DEFAULT_EXTENSION, ...(options.extensions || [])];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xo",
3
- "version": "0.59.1",
3
+ "version": "0.59.2",
4
4
  "description": "JavaScript/TypeScript linter (ESLint wrapper) with great defaults",
5
5
  "license": "MIT",
6
6
  "repository": "xojs/xo",