Skip to content

Commit

Permalink
chore: crypto-ffi: ignore all auto-generated files during linting
Browse files Browse the repository at this point in the history
  • Loading branch information
istankovic committed Dec 18, 2024
1 parent 936d530 commit 6f36a04
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions crypto-ffi/bindings/js/.eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module.exports = {
// Auto-generated by wasm-bindgen
ignorePatterns: ["src/core-crypto-ffi.js"],
ignorePatterns: [
"*/*.js",
"*/*.d.ts"
],
parser: "@typescript-eslint/parser",
extends: [
"plugin:@typescript-eslint/recommended",
Expand Down

0 comments on commit 6f36a04

Please sign in to comment.