0.0.3 • Published 5 years ago

@orchatect/standards v0.0.3

Weekly downloads
3
License
MIT
Repository
-
Last release
5 years ago

standards

Distributable configurations for maintaining code standards across multiple projects.

Basic Usage

Add the following to the package.json of any Orchatect project.

{
  "prettier": "@orchatect/standards/prettier.config",
  "babel": {
    "extends": "@orchatect/standards/babel.config"
  }
}

Ill-Advised Usage

import { prettierConfig, babelConfig } from '@orchatect/standards'

// ... Do stuff with the configs.
// But really... please don't.