Skip to content

Commit

Permalink
Merge pull request #90 from mscharley/ignore-changesets-configuration
Browse files Browse the repository at this point in the history
Use the ignore configuration from changesets
  • Loading branch information
mscharley authored Feb 5, 2024
2 parents 6a5927f + e11ba0b commit 965adee
Show file tree
Hide file tree
Showing 20 changed files with 1,434 additions and 190 deletions.
14 changes: 7 additions & 7 deletions .github/linters/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "../../tsconfig.json",
"compilerOptions": {
"noEmit": true
},
"include": ["../../__tests__/**/*", "../../src/**/*"],
"exclude": ["../../dist", "../../node_modules", "../../coverage", "*.json"]
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "../../tsconfig.json",
"compilerOptions": {
"noEmit": true
},
"include": ["../../src/**/*"],
"exclude": ["../../dist", "../../node_modules", "../../coverage", "*.json"]
}
3 changes: 2 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TYPESCRIPT_DEFAULT_STYLE: prettier
# Our ESLint standard enforces prettier for us already.
VALIDATE_TYPESCRIPT_STANDARD: false
VALIDATE_JSCPD: false
FILTER_REGEX_EXCLUDE: '.*/dist/.*'
2 changes: 1 addition & 1 deletion badges/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 965adee

Please sign in to comment.