Skip to content

Commit

Permalink
Merge pull request #9 from bsdelf/feature/update-packages
Browse files Browse the repository at this point in the history
feat: update packages
  • Loading branch information
bsdelf authored Oct 29, 2024
2 parents f591692 + 3cab665 commit a9dd3d4
Show file tree
Hide file tree
Showing 7 changed files with 1,512 additions and 3,540 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

36 changes: 0 additions & 36 deletions .eslintrc

This file was deleted.

24 changes: 11 additions & 13 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
.nyc_output
.eslintrc
.eslintignore
.prettierrc
.github
tsconfig.tsbuildinfo
tsconfig.json
tsconfig
src
test
coverage

**/*.test.d.ts
**/*.test.js
**/*.test.js.map
**/*.test.ts
**/*.test.d.ts
*.tgz
.github
.nyc_output
.prettierrc
coverage
eslint.config.mjs
src
test
tsconfig
tsconfig.json
tsconfig.tsbuildinfo
8 changes: 8 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// @ts-check

import eslint from '@eslint/js';
import tseslint from 'typescript-eslint';

export default tseslint.config(eslint.configs.recommended, ...tseslint.configs.recommended, {
ignores: ['dist/'],
});
Loading

0 comments on commit a9dd3d4

Please sign in to comment.