Skip to content

Commit

Permalink
Updating packages
Browse files Browse the repository at this point in the history
  • Loading branch information
seantomburke committed Sep 23, 2024
1 parent 5a56e48 commit a2e5d30
Show file tree
Hide file tree
Showing 6 changed files with 1,592 additions and 1,809 deletions.
6 changes: 0 additions & 6 deletions .eslintignore

This file was deleted.

8 changes: 8 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,12 @@ module.exports = {
mocha: true,
es6: true,
},
ignores: [
'example.js',
'index.js',
'lib',
'node_modules',
'src/tests',
'tmp'
],
};
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ npm-debug.log
.vscode
tmp
lib
*.tgz
1 change: 1 addition & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = (api) => {
}
}
],
'@babel/preset-typescript',
'minify', // minify the Babel code
];
const plugins = [
Expand Down
Loading

0 comments on commit a2e5d30

Please sign in to comment.