arifszn/reactive-button

View on GitHub
.eslintignore

Summary

Maintainability
Test Coverage
# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build
/dist

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
stats.html

# docs

# Dependencies
/docs/node_modules

# Production
/docs/build

# Generated files
/docs/.docusaurus
/docs/.cache-loader

# Misc
/docs/.DS_Store
/docs/.env.local
/docs/.env.development.local
/docs/.env.test.local
/docs/.env.production.local

/docs/npm-debug.log*
/docs/yarn-debug.log*
/docs/yarn-error.log*