Skip to content

Commit

Permalink
eslint ingore bundled js
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandan committed Jan 10, 2024
1 parent 0f35e9b commit 8ffb824
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"*.d.ts",
"node_modules/",
"packages/malloy/src/lang/lib/Malloy",
"packages/malloy-render/src/bundle/bundled_renderer.js",
"dist/"
],
"plugins": ["@malloydata/lint"],
Expand Down

0 comments on commit 8ffb824

Please sign in to comment.