Skip to content

Commit 1b866a2

Browse files
authored
eslintrc typings (#648)
eslintrc was typed with BaseConfig instead of Config
1 parent 9741885 commit 1b866a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const vitestFiles = ['app/**/__tests__/**/*', 'app/**/*.{spec,test}.*']
22
const testFiles = ['**/tests/**', ...vitestFiles]
33
const appFiles = ['app/**']
44

5-
/** @type {import('@types/eslint').Linter.BaseConfig} */
5+
/** @type {import('@types/eslint').Linter.Config} */
66
module.exports = {
77
extends: [
88
'@remix-run/eslint-config',

0 commit comments

Comments
 (0)