New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-yoshi-base

Package Overview
Dependencies
Maintainers
3
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-yoshi-base - npm Package Compare versions

Comparing version 2.1.8 to 2.4.0

22

index.js

@@ -6,3 +6,3 @@ module.exports = {

plugins: ['prettier'],
plugins: ['prettier', 'import'],

@@ -141,2 +141,20 @@ env: {

// https://github.com/benmosher/eslint-plugin-import
'import/no-unresolved': ['error', { commonjs: true, caseSensitive: true }],
'import/no-extraneous-dependencies': 'error',
'import/no-amd': 'error',
'import/first': ['error', 'absolute-first'],
'import/no-duplicates': 'error',
'import/extensions': [
'error',
'ignorePackages',
{
js: 'never',
},
],
'import/newline-after-import': 'error',
'import/no-absolute-path': 'error',
'import/no-cycle': ['error', { maxDepth: Infinity }],
'import/no-useless-path-segments': 'error',
// https://github.com/prettier/eslint-plugin-prettier

@@ -146,4 +164,2 @@ 'prettier/prettier': [

{
bracketSpacing: true,
printWidth: 100,
singleQuote: true,

@@ -150,0 +166,0 @@ trailingComma: 'all',

3

package.json
{
"name": "eslint-config-yoshi-base",
"version": "2.1.8",
"version": "2.4.0",
"description": "eslint configuration for yoshi",

@@ -19,2 +19,3 @@ "main": "index.js",

"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-prettier": "^2.6.0",

@@ -21,0 +22,0 @@ "prettier": "^1.11.1"

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