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

@brainly-gene/eslint-plugin

Package Overview
Dependencies
Maintainers
0
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brainly-gene/eslint-plugin - npm Package Compare versions

Comparing version 0.2.0-alpha.17 to 0.2.0-alpha.18

2

package.json
{
"name": "@brainly-gene/eslint-plugin",
"version": "0.2.0-alpha.17",
"version": "0.2.0-alpha.18",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "main": "./src/index.js",

declare const _default: {
extends: string[];
rules: {
'@nrwl/nx/enforce-module-boundaries': (string | {
'@nx/enforce-module-boundaries': (string | {
enforceBuildableLibDependency: boolean;

@@ -6,0 +6,0 @@ allow: any[];

@@ -6,3 +6,3 @@ "use strict";

extends: [
'plugin:@nrwl/nx/typescript',
'plugin:@nx/typescript',
// 'plugin:@typescript-eslint/recommended-requiring-type-checking',

@@ -17,3 +17,3 @@ // 'plugin:import/typescript',

// '@typescript-eslint/prefer-nullish-coalescing': 'error',
'@nrwl/nx/enforce-module-boundaries': [
'@nx/enforce-module-boundaries': [
'error',

@@ -20,0 +20,0 @@ {

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