Skip to content

Commit

Permalink
Merge pull request #1964 from serverless-heaven/fix/remove-eslint-fil…
Browse files Browse the repository at this point in the history
…e-package

Remove ESLint config file from being packaged
  • Loading branch information
j0k3r authored Oct 25, 2024
2 parents 0ee8e5d + c07724f commit 0096f8d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
node_modules
.github
.husky
__mocks__
coverage
examples
node_modules
tests
*.test.js
__mocks__
.nyc_output
.github
yarn.lock
yarn-error.log
.editorconfig
.eslintrc.yml
.husky
.lintstagedrc.yml
.nyc_output
eslint.config.mjs
jest.config.js
yarn.lock
yarn-error.log

0 comments on commit 0096f8d

Please sign in to comment.