0.7.1 • Published 2 years ago

@younho9/xo-configs v0.7.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@younho9/xo-configs

XO code style Conventional Commits

Personal XO configs

Install

$ npm install @younho9/xo-configs

Usage

.xo-config.js or xo.config.js or .xo-config.cjs or xo.config.cjs

module.exports = require('@younho9/xo-configs');
// or
module.exports = require('@younho9/xo-configs/react');
// or
module.exports = require('@younho9/xo-configs/next');

LICENSE

MIT