eslint-config-beslogic 2.4.9 → 2.4.10

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.
Files changed (2) hide show
  1. package/javascript.js +1 -0
  2. package/package.json +1 -1
package/javascript.js CHANGED
@@ -22,6 +22,7 @@ const hasNoAutofix = !!resolveModuleLocation("eslint-plugin-no-autofix")
22
22
  // @eslint-community/eslint-comments' only autofix is removing unused suppression comments
23
23
  // Some rules get globally disabled for pre-commit.ci, so finding unused comments is expected
24
24
  const hasEslintComments = !!resolveModuleLocation("@eslint-community/eslint-comments")
25
+ console.log({ hasEtc, hasNoAutofix, hasEslintComments })
25
26
 
26
27
  const commaDangleDefault = "always-multiline"
27
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-beslogic",
3
- "version": "2.4.9",
3
+ "version": "2.4.10",
4
4
  "description": "ESLint rules, plugins and configs used at Beslogic",
5
5
  "main": "index.js",
6
6
  "// dependencies": "Run for ourselves when we install dependencies w/o running npm i afterward",