Skip to content

Commit

Permalink
fix(eslint-config): update file references
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleClapton committed May 21, 2023
1 parent 6d78d5a commit 9406011
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { sArg } from './_internal'
export = {
extends: [
'./purejs',
'./plugins/babel',
'./plugins/ext-babel',
].map(sArg(require.resolve)),
}
4 changes: 2 additions & 2 deletions packages/eslint-config/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ export = {
extends: [
'./purejs',
'./plugins/typescript',
'./plugins/typescript-extensions',
'./plugins/jsdoc-typescript',
'./plugins/ext-typescript',
'./plugins/jsdoc-ts',
].map(sArg(require.resolve)),
settings: {
'import/resolver': {
Expand Down

0 comments on commit 9406011

Please sign in to comment.