diff options
author | Valentin Popov <info@valentineus.link> | 2020-03-26 21:38:42 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-26 21:38:42 +0300 |
commit | 4aa0bc667bea03259f8bb26dba63795e74a86299 (patch) | |
tree | f31989196049dc78a45e29f057a375c202ed8405 /src/typescript.ts | |
parent | 1380e3839788779a3402a0bf4fb1a3ba57c0d162 (diff) | |
parent | 2bdf5c87990e7ebcd338f15245ca1e937a361750 (diff) | |
download | eslint-config-4aa0bc667bea03259f8bb26dba63795e74a86299.tar.xz eslint-config-4aa0bc667bea03259f8bb26dba63795e74a86299.zip |
Merge pull request #2 from valentineus/developv0.0.14
Develop
Diffstat (limited to 'src/typescript.ts')
-rw-r--r-- | src/typescript.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/typescript.ts b/src/typescript.ts index ace7ad7..6295159 100644 --- a/src/typescript.ts +++ b/src/typescript.ts @@ -9,6 +9,9 @@ module.exports = { "plugin:import/typescript", ], "parser": "@typescript-eslint/parser", + "parserOptions": { + createDefaultProgram: true, + }, "plugins": [ "@typescript-eslint", ], |