Socket
Book a DemoInstallSign in
Socket

@bn-digital/eslint-config

Package Overview
Dependencies
Maintainers
3
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bn-digital/eslint-config - npm Package Compare versions

Comparing version

to
2.4.5

2

index.js

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

project: true,
programs: [parser_1.default.createProgram("tsconfig.json")],
programs: [(0, parser_1.createProgram)("tsconfig.json")],
};

@@ -104,0 +104,0 @@ var config = {

@@ -1,2 +0,2 @@

import parser from "@typescript-eslint/parser"
import { createProgram } from "@typescript-eslint/parser"
import { Linter } from "eslint"

@@ -92,3 +92,3 @@ const importPluginSettings: Linter.BaseConfig["settings"] = {

project: true,
programs: [parser.createProgram("tsconfig.json")],
programs: [createProgram("tsconfig.json")],
}

@@ -95,0 +95,0 @@

{
"name": "@bn-digital/eslint-config",
"description": "ESLint ruleset used in coding standard by BN Digital",
"version": "2.4.4",
"version": "2.4.5",
"cache": true,

@@ -6,0 +6,0 @@ "cacheLocation": "node_modules/.cache/.eslintcache",

@@ -7,6 +7,7 @@ {

"skipLibCheck": true,
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
"target": "ES5"
},
"include": ["index.ts"],
"exclude": []
"exclude": ["node_modules"]
}