Skip to content

Commit aa2af92

Browse files
committed
Remove some unused dependencies. Use rollup terser plugin.
1 parent 90255d8 commit aa2af92

File tree

4 files changed

+2795
-15895
lines changed

4 files changed

+2795
-15895
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const compat = new FlatCompat({
2929

3030
export default defineConfig([
3131
...compat.extends('airbnb-base'),
32-
globalIgnores(['src/__tests_helpers__/largeJsonResponse.json']),
32+
globalIgnores(['src/__tests_helpers__/largeJsonResponse.json', 'dist/**']),
3333
{
3434
files: ['**/*.{js,cjs,jsx}'],
3535
settings: {

0 commit comments

Comments
 (0)