@hellomouse/eslint-config
Advanced tools
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
2327
16
1