xo 0.38.1 → 0.38.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.
@@ -317,6 +317,7 @@ const buildXOConfig = options => config => {
317
317
 
318
318
  if (options.ts) {
319
319
  config.rules['unicorn/import-style'] = 'off';
320
+ config.rules['node/file-extension-in-import'] = 'off';
320
321
  }
321
322
 
322
323
  if (options.rules) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xo",
3
- "version": "0.38.1",
3
+ "version": "0.38.2",
4
4
  "description": "JavaScript/TypeScript linter with great defaults",
5
5
  "license": "MIT",
6
6
  "repository": "xojs/xo",