Skip to content

Commit

Permalink
Merge pull request #333 from ottofeller/editable-cspell-config
Browse files Browse the repository at this point in the history
  • Loading branch information
gvidon authored Aug 5, 2023
2 parents 456f0a0 + c3c6427 commit 8c8daf0
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 12 deletions.
1 change: 0 additions & 1 deletion .projen/files.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions cspell.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/apollo-server/__tests__/__snapshots__/index.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/cdk/__tests__/__snapshots__/index.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/common/lint/add-linters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ export const addLinters = (props: AddLintersProps): void => {

const finalConfig = deepMerge([{}, ...allConfigs, mergedArrayProperties])
new JsonFile(project, '.eslintrc.json', {obj: finalConfig, marker: false})
new JsonFile(project, 'cspell.json', {obj: cSpellConfig})
new JsonFile(project, 'cspell.json', {obj: cSpellConfig, readonly: false, marker: false})
}
2 changes: 0 additions & 2 deletions src/nextjs/__tests__/__snapshots__/index.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/sst/__tests__/__snapshots__/index.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8c8daf0

Please sign in to comment.