Skip to content

Commit

Permalink
Move documentation to individual repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillweston committed May 20, 2024
1 parent b9f6f92 commit 2b7a69e
Show file tree
Hide file tree
Showing 60 changed files with 30 additions and 4,996 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: reviewdog

on:
# Runs on pushes targeting the default branch
push:
branches: [ "main" ]
paths-ignore:
- '**.md'
pull_request:
branches: [ "main" ]
paths-ignore:
- '**.md'

jobs:
eslint:
name: runner / eslint
runs-on: ubuntu-latest

permissions:
contents: read
pull-requests: write

steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-eslint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-check
eslint_flags: "src/"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Currently, two official plugins are available:

## Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:
If you are developing a production application, we recommend updating the configuration to enable type-aware lint rules:

- Configure the top-level `parserOptions` property like this:

Expand Down
Loading

0 comments on commit 2b7a69e

Please sign in to comment.