1.0.1 • Published 2 years ago

@jsonxr/config v1.0.1

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

@jsonxr/config

Share configuration between projects.

Installs

  • typescript
  • eslint, prettier and plugins
  • jest

Configuration

  • Install @jsonxr/config

    yarn add --dev @jsonxr/config
  • .eslintrc.cjs

    module.exports = {
      ...require('@jsonxr/config/eslint.cjs'),
    };

    eslint settings

  • .prettierrc.cjs

    module.exports = {
      ...require('@jsonxr/config/prettier.cjs'),
    };

    prettier settings