Skip to content

Commit

Permalink
Remove ESLint config file from being packaged
Browse files Browse the repository at this point in the history
It was previously named `.eslintrc.yml` but it's now called `eslint.config.mjs`. Also re-order the file
  • Loading branch information
j0k3r committed Oct 23, 2024
1 parent da2dc1f commit c07724f
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 c07724f

Please sign in to comment.