signal-desktop/.eslintignore
automated-signal 8c6c79900c
Fix calling tools JS
Co-authored-by: ayumi-signal <143036029+ayumi-signal@users.noreply.github.com>
2024-05-23 15:46:08 -07:00

35 lines
552 B
Text

components/**
coverage/**
dist/**
release/**
# Github workflows
.github/**
# Generated files
js/curve/*
js/components.js
js/util_worker.js
libtextsecure/components.js
libtextsecure/test/test.js
test/test.js
ts/protobuf/compiled.d.ts
storybook-static/**
build/ICUMessageParams.d.ts
# Third-party files
js/Mp3LameEncoder.min.js
js/WebAudioRecorderMp3.js
js/calling-tools/**
# TypeScript generated files
app/**/*.js
ts/**/*.js
.eslintrc.js
webpack.config.ts
preload.bundle.*
bundles/**
# Sticker Creator has its own eslint config
sticker-creator/**