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

okta/okta-ui-configs

Repository files navigation

Okta UI Configurations

❌ THIS REPO HAS BEEN RETIRED! Code has been moved to ui-build-tools-legacy

This repository contains standards and configurations for building JavaScript applications at Okta.

Packages

Package Status Description
eslint-plugin-okta npm version Standard ESLint rules and plugins.

Monorepo

This repo is managed as a monorepo using Lerna. Each package within the monorepo is a separate npm module, each with its own package.json and node_modules directory.

Packages are parsed from the packages property in lerna.json, and adhere to this structure:

packages/
  eslint-plugin-okta

Versioning

We've configured Lerna with independent mode, which means that each package is required to manage its own version number.