Skip to content

Commit 59e9534

Browse files
authored
Merge pull request #4314 from 10up/dependabot/npm_and_yarn/npm_and_yarn-6cff27979c
Bump the npm_and_yarn group across 1 directory with 5 updates
2 parents 4845c81 + 848a519 commit 59e9534

3 files changed

Lines changed: 161 additions & 61 deletions

File tree

.eslintrc.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ module.exports = {
44
...defaultEslintrc,
55
parser: '@typescript-eslint/parser',
66
plugins: ['@typescript-eslint'],
7+
settings: {
8+
...defaultEslintrc.settings,
9+
'import/resolver': {
10+
typescript: {},
11+
node: {
12+
extensions: ['.js', '.jsx', '.ts', '.tsx'],
13+
},
14+
},
15+
},
716
rules: {
817
...defaultEslintrc.rules,
918
'jsdoc/check-tag-names': [

0 commit comments

Comments
 (0)