Skip to content

Commit c0fa9aa

Browse files
authored
chore: Ignore generated protos.js file in ESLint (Feast UI) (#4599)
We see lots of ESLint warnings from the generated protos.js file when running `yarn start`. No need to lint generated files. Signed-off-by: Harri Lehtola <[email protected]>
1 parent a009439 commit c0fa9aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
src/protos.js

0 commit comments

Comments
 (0)