@bn-digital/eslint-config
Advanced tools
Comparing version
@@ -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"] | ||
} |
15972
1.57%429
0.23%