Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ This repository defines npm packages available in the @labkey scope.

## Package listing

<!--- keep these alphabetical --->
<!-- keep these alphabetical -->
| Package | Status | Description |
| --- | --- | --- |
| [@labkey/build](packages/build/README.md) | | LabKey client-side build assets.
| [@labkey/components](packages/components/README.md) | [![Build Status](https://teamcity.labkey.org/app/rest/builds/buildType:(id:LabKey_Trunk_Premium_InternalSuites_GlassComponentsUnitTest)/statusIcon)](https://teamcity.labkey.org/viewType.html?buildTypeId=LabKey_Trunk_Premium_InternalSuites_GlassComponentsUnitTest) | All components, models, actions, and utility functions for LabKey applications and pages
| [@labkey/eslint-config-base](packages/eslint-config-base/README.md) | | Base ESLint configuration with TypeScript and Prettier support.
| [@labkey/eslint-config-react](packages/eslint-config-react/README.md) | | Extends the base configuration with React support.
| [@labkey/eslint-config](packages/eslint-config/README.md) | | ESLint configuration with TypeScript, React and Prettier support.
| [@labkey/test](packages/test/README.md) | [![Build Status](https://teamcity.labkey.org/app/rest/builds/buildType:(id:LabkeyTrunk_ModuleSuites_ApiSuites_LabkeyTestIntegration)/statusIcon)](https://teamcity.labkey.org/viewType.html?buildTypeId=LabkeyTrunk_ModuleSuites_ApiSuites_LabkeyTestIntegration) | Utilities and configurations for running JavaScript tests with LabKey Server.
| [@labkey/themes](packages/themes/README.md) | | UI themes for LabKey Server.

Expand Down Expand Up @@ -44,10 +43,3 @@ You can then import `@labkey/components` in your application as follows:
```js
import { Grid } from '@labkey/components';
```

# Linting and Prettifying

First, install the `@labkey/eslint-config-base` or `@labkey/eslint-config-react` as appropriate.
Once configured, you can run eslint in a variety of ways as described in the [README](packages/eslint-config-base/README.md) for eslint-config-base


3 changes: 0 additions & 3 deletions packages/build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,3 @@ npm install @labkey/build

The `webpack` directory has configs that can be used to build LabKey client-side React pages.
See the [README](./webpack/README.md) in that directory for further information.

## Release Notes
Release notes for this package are available [here](./releaseNotes/build.md).
334 changes: 0 additions & 334 deletions packages/build/releaseNotes/build.md

This file was deleted.

Loading