@brainly-gene/eslint-plugin
Advanced tools
Comparing version 0.2.0-alpha.17 to 0.2.1-alpha.0
{ | ||
"name": "@brainly-gene/eslint-plugin", | ||
"version": "0.2.0-alpha.17", | ||
"version": "0.2.1-alpha.0", | ||
"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
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
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
31839