eslint-config-xo
Advanced tools
Comparing version 0.38.0 to 0.39.0
@@ -5,3 +5,3 @@ 'use strict'; | ||
parserOptions: { | ||
ecmaVersion: 2021, | ||
ecmaVersion: 'latest', | ||
sourceType: 'module', | ||
@@ -374,2 +374,3 @@ ecmaFeatures: { | ||
'no-array-constructor': 'error', | ||
'no-bitwise': 'error', | ||
'no-lonely-if': 'error', | ||
@@ -376,0 +377,0 @@ 'no-mixed-operators': 'error', |
{ | ||
"name": "eslint-config-xo", | ||
"version": "0.38.0", | ||
"version": "0.39.0", | ||
"description": "ESLint shareable config for XO", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -60,3 +60,3 @@ # eslint-config-xo | ||
- Specify `indent` and `semicolon` preferences easily without messing with the rule config. | ||
- Config/rule overrides per files/globs. *(ESLint still doesn't support this)* | ||
- Config/rule overrides per files/globs. | ||
- Can open all files with errors at the correct line in your editor. *(See the `--open` flag)* | ||
@@ -63,0 +63,0 @@ - The [editor plugins](https://github.com/xojs/xo#editor-plugins) are IMHO better than the ESLint ones. *(Subjective)* |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
605
16328