Skip to content

Commit

Permalink
Use tabs in JSON files for better accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
parkerbxyz committed Aug 19, 2023
1 parent fb051b2 commit 8fe37d0
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 28 deletions.
30 changes: 15 additions & 15 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"ignorePaths": [
"**/node_modules/**",
"**/vscode-extension/**",
"**/.git/**",
"**/.pnpm-lock.json",
".vscode",
"megalinter",
"package-lock.json",
"report"
],
"language": "en",
"noConfigSearch": true,
"words": ["forcelist", "megalinter", "oxsecurity"],
"dictionaries": ["bash", "python", "softwareTerms"],
"version": "0.2"
"ignorePaths": [
"**/node_modules/**",
"**/vscode-extension/**",
"**/.git/**",
"**/.pnpm-lock.json",
".vscode",
"megalinter",
"package-lock.json",
"report"
],
"language": "en",
"noConfigSearch": true,
"words": ["forcelist", "megalinter", "oxsecurity"],
"dictionaries": ["bash", "python", "softwareTerms"],
"version": "0.2"
}
26 changes: 13 additions & 13 deletions .jscpd.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"threshold": 0,
"reporters": ["html", "markdown"],
"ignore": [
"**/node_modules/**",
"**/.git/**",
"**/.rbenv/**",
"**/.venv/**",
"**/*cache*/**",
"**/.github/**",
"**/.idea/**",
"**/report/**",
"**/*.svg"
]
"threshold": 0,
"reporters": ["html", "markdown"],
"ignore": [
"**/node_modules/**",
"**/.git/**",
"**/.rbenv/**",
"**/.venv/**",
"**/*cache*/**",
"**/.github/**",
"**/.idea/**",
"**/report/**",
"**/*.svg"
]
}
4 changes: 4 additions & 0 deletions .prettierrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
overrides:
- files: '*.json'
options:
useTabs: true

0 comments on commit 8fe37d0

Please sign in to comment.