@hellomouse/eslint-config
Advanced tools
Comparing version 1.1.5 to 2.0.0-stylistic.1
module.exports = { | ||
extends: [ | ||
'eslint:recommended', | ||
'eslint-config-google', | ||
'@hellomouse/google', | ||
'plugin:jsdoc/recommended' | ||
], | ||
// use new jsdoc comment as jsdoc functionality in core eslint is deprecated | ||
plugins: ['jsdoc'], | ||
plugins: ['@stylistic', 'jsdoc'], | ||
rules: { | ||
@@ -46,5 +46,2 @@ // highly subjective: dangling commas feel weird, | ||
// use jsdoc/require-jsdoc instead | ||
'require-jsdoc': 'off', | ||
// allow while (true) | ||
@@ -51,0 +48,0 @@ 'no-constant-condition': ['error', { checkLoops: false }], |
{ | ||
"name": "@hellomouse/eslint-config", | ||
"version": "1.1.5", | ||
"description": "Official ESLint config for Hellomouse, based off of Google's config", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/hellomouse/eslint-config.git" | ||
}, | ||
"keywords": [ | ||
"eslint", | ||
"eslintconfig" | ||
], | ||
"author": "Hellomouse", | ||
"contributors": [ | ||
"iczero <iczero4@gmail.com>", | ||
"wolfy1339 <webmaster@wolfy1339.com>" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/hellomouse/eslint-config/issues" | ||
}, | ||
"homepage": "https://github.com/hellomouse/eslint-config#readme", | ||
"peerDependencies": { | ||
"eslint": ">=6.2.2", | ||
"eslint-plugin-jsdoc": ">=15.8.3" | ||
}, | ||
"dependencies": { | ||
"eslint-config-google": "^0.14.0" | ||
} | ||
"name": "@hellomouse/eslint-config", | ||
"version": "2.0.0-stylistic.1", | ||
"description": "Official ESLint config for Hellomouse, based off of Google's config", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/hellomouse/eslint-config.git", | ||
"directory": "packages/js" | ||
}, | ||
"keywords": [ | ||
"eslint", | ||
"eslintconfig" | ||
], | ||
"author": "Hellomouse", | ||
"contributors": [ | ||
"iczero <iczero4@gmail.com>", | ||
"wolfy1339 <webmaster@wolfy1339.com>" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/hellomouse/eslint-config/issues" | ||
}, | ||
"homepage": "https://github.com/hellomouse/eslint-config#readme", | ||
"peerDependencies": { | ||
"@stylistic/eslint-plugin": ">= 1.1.0", | ||
"eslint": ">=6.2.2", | ||
"eslint-plugin-jsdoc": ">=15.8.3" | ||
}, | ||
"devDependencies": { | ||
"@hellomouse/eslint-config-google": "^0.15.0" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
3513
1
2
67
2
+ Added@nodelib/fs.scandir@2.1.5(transitive)
+ Added@nodelib/fs.stat@2.0.5(transitive)
+ Added@nodelib/fs.walk@1.2.8(transitive)
+ Added@stylistic/eslint-plugin@2.11.0(transitive)
+ Added@typescript-eslint/scope-manager@8.15.0(transitive)
+ Added@typescript-eslint/types@8.15.0(transitive)
+ Added@typescript-eslint/typescript-estree@8.15.0(transitive)
+ Added@typescript-eslint/utils@8.15.0(transitive)
+ Added@typescript-eslint/visitor-keys@8.15.0(transitive)
+ Addedbrace-expansion@2.0.1(transitive)
+ Addedbraces@3.0.3(transitive)
+ Addedfast-glob@3.3.2(transitive)
+ Addedfastq@1.17.1(transitive)
+ Addedfill-range@7.1.1(transitive)
+ Addedglob-parent@5.1.2(transitive)
+ Addedis-number@7.0.0(transitive)
+ Addedmerge2@1.4.1(transitive)
+ Addedmicromatch@4.0.8(transitive)
+ Addedminimatch@9.0.5(transitive)
+ Addedpicomatch@2.3.14.0.2(transitive)
+ Addedqueue-microtask@1.2.3(transitive)
+ Addedreusify@1.0.4(transitive)
+ Addedrun-parallel@1.2.0(transitive)
+ Addedto-regex-range@5.0.1(transitive)
+ Addedts-api-utils@1.4.0(transitive)
+ Addedtypescript@5.6.3(transitive)
- Removedeslint-config-google@^0.14.0
- Removedeslint-config-google@0.14.0(transitive)