Skip to content
This repository has been archived by the owner on Jun 5, 2022. It is now read-only.

younho9/xo-configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED

Package no longer supported. Please use @younho9/eslint-config

@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