Skip to content

Commit

Permalink
Add file extensions to ignore list and update
Browse files Browse the repository at this point in the history
react-virtualized types.
  • Loading branch information
khavinshankar committed Nov 7, 2023
1 parent 025965c commit 47668a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,12 @@
"lib",
"build",
"*.bs.js",
"*.bs",
"*.gen.tsx",
"*.res",
"*.css",
"*.csv",
"*.d.ts",
"Dockerfile"
]
}
1 change: 0 additions & 1 deletion src/types/react-virtualized/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable import/no-unresolved */
// Type definitions for react-virtualized 9.21
// Project: https://github.com/bvaughn/react-virtualized
// Definitions by: Kalle Ott <https://github.com/kaoDev>
Expand Down

0 comments on commit 47668a7

Please sign in to comment.