cbfl
Version:
library that can be used to automatically find points of failure in TypeScript Modules that are tested with Mocha
16 lines (15 loc) • 358 B
Plain Text
{
"extends": [
"prettier",
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended"
],
"ignorePatterns": ["build/**"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": "tsconfig.json",
"sourceType": "module"
},
"plugins": ["@typescript-eslint"]
}