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.0.0 to 1.0.1

11

index.js
module.exports = {
extends: [
"eslint:recommended",
"eslint-config-google",
'eslint:recommended',
'eslint-config-google',
],
rules: {
'comma-dangle': 'off',
'comma-dangle': ['error', 'never'],
'arrow-parens': ['error', 'as-needed'],
'indent': ['error', 2, { "SwitchCase": 2 }],
'indent': ['error', 2, { SwitchCase: 2 }],
'no-console': 'off',
'object-curly-spacing': ['error', 'always'],
'space-infix-ops': ['error', { int32Hint: true }],
'max-len': ['error', 120]
'max-len': ['error', 120],
'eqeqeq': ['error', 'always']
}
};
{
"name": "@hellomouse/eslint-config",
"version": "1.0.0",
"description": "Official ESLint config for Hellomouse, based of of Google's config",
"version": "1.0.1",
"description": "Official ESLint config for Hellomouse, based off of Google's config",
"main": "index.js",

@@ -17,3 +17,3 @@ "scripts": {

],
"author": "Hellomouse LTD.",
"author": "Hellomouse",
"contributors": [

@@ -20,0 +20,0 @@ "iczero <iczero4@gmail.com>",

Sorry, the diff of this file is not supported yet

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