Skip to content

Commit b831886

Browse files
committed
chore(lint): ignore generated wasm-pack pkg output
All 10 lint errors lived in src/lib/uma-sim-wasm/pkg/uma_sim_wasm.js, a wasm-pack build artifact. Exclude it from eslint like the other generated dirs.
1 parent 76214c8 commit b831886

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export default tseslint.config(
1818
'node_modules/',
1919
'packages/target/',
2020
'packages/**/target/',
21+
'src/lib/uma-sim-wasm/pkg/',
2122
'**/*.d.ts',
2223
'public/',
2324
'db/',

0 commit comments

Comments
 (0)