diff --git a/.npmignore b/.npmignore index a26cbb5e7..feb1eb486 100644 --- a/.npmignore +++ b/.npmignore @@ -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