@templeio/eslint-config-templeio
v0.8.0
Published
Base eslint conf for templeio projects
Downloads
143
Readme
Base eslint conf for templeio projects
🏠 Homepage
Prerequisites
- node ^12.22.0 || ^14.17.0 || >=16.0.0
- valid
tsconfig.jsonin root directory
Install
npm install @templeio/eslint-config-templeioUsage
create-react-app
// eslintrc.js
module.exports = {
extends: ['@templeio/eslint-config-templeio/react'],
};base
// eslintrc.js
module.exports = {
extends: ['@templeio/eslint-config-templeio'],
};nest
// eslintrc.js
module.exports = {
extends: ['@templeio/eslint-config-templeio/nest'],
};Author
👤 Andrei Sirotin
- Github: @andrei9669
🤝 Contributing
Contributions, issues and feature requests are welcome!Feel free to check issues page.
Show your support
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator
