We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8776a78 commit db1b8e8Copy full SHA for db1b8e8
.eslintignore
.prettierrc
@@ -3,7 +3,7 @@
3
"trailingComma": "all",
4
"overrides": [
5
{
6
- "files": ["**/.*rc"],
+ "files": ["**/.*rc", "**/*.json"],
7
"options": { "parser": "json" }
8
}
9
]
0 commit comments