Skip to content

Commit

Permalink
chore: speed up formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Ourchitecture.io <[email protected]>
  • Loading branch information
ourchitectureio committed Nov 5, 2023
1 parent d28e0c1 commit 9069866
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
globs:
- '**/*.md'
ignores:
# any directory that matches
- '**/.task-ouput'
- '**/.wireit'
- '**/node_modules'
- '**/playwright-report'
- './src/backstage/**'

# entire sub-directories
- './.github/**'
- './.husky/**'
- './.vscode/**'
- './docs/**'
- './src/backstage/**'

config:
MD030:
Expand Down
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ coverage

# absolute directory paths
/.husky/
/.wireit/
/.task-output/
/docs/
/src/backstage/

Expand Down

0 comments on commit 9069866

Please sign in to comment.