1 | {
|
2 | "root": true,
|
3 | "parser": "@typescript-eslint/parser",
|
4 | "parserOptions": {
|
5 | "project": "./tsconfig.json",
|
6 | "createDefaultProgram": true
|
7 | },
|
8 | "plugins": ["@typescript-eslint"],
|
9 | "extends": ["@pob/eslint-config-typescript", "@pob/eslint-config-babel-node"]
|
10 | }
|