Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hellomouse/eslint-config

Package Overview
Dependencies
Maintainers
6
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hellomouse/eslint-config - npm Package Compare versions

Comparing version 1.1.5 to 2.0.0-stylistic.1

7

index.js
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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc