Skip to content

Commit

Permalink
chore: add eslint-plugin-calcite-components package (#7201)
Browse files Browse the repository at this point in the history
**Related Issue:** N/A

## Summary

Adds https://github.com/Esri/eslint-plugin-calcite-components as a
package.
  • Loading branch information
jcfranco authored Jun 28, 2023
1 parent 7980f8c commit 942d698
Show file tree
Hide file tree
Showing 41 changed files with 1,136 additions and 381 deletions.
35 changes: 35 additions & 0 deletions .github/workflows/pr-tests_eslint-plugin-calcite-components.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: Run eslint-plugin-calcite-components tests

on:
pull_request:
paths:
- "packages/eslint-plugin-calcite-components/**"
branches:
- master
push:
paths:
- "packages/eslint-plugin-calcite-components/**"
branches:
- master

jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [16.x]

steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm install
npm run build --workspace=packages/eslint-plugin-calcite-components
npm test --workspace=packages/eslint-plugin-calcite-components
env:
CI: true
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"packages/calcite-components": "1.4.3",
"packages/calcite-components-react": "1.4.3"
"packages/calcite-components-react": "1.4.3",
"packages/eslint-plugin-calcite-components": "0.2.2"
}
Loading

0 comments on commit 942d698

Please sign in to comment.