-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.ecrc
More file actions
20 lines (18 loc) · 486 Bytes
/
Copy path.ecrc
File metadata and controls
20 lines (18 loc) · 486 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"Verbose": false,
"Debug": false,
"IgnoreDefaults": true,
"SpacesAftertabs": false,
"NoColor": false,
"Exclude": ["\\.md$", ".circleci", "..dependabot", ".github", ".husky", ".idea", "data", "dist", "docs", "node_modules", "tests"],
"AllowedContentTypes": [],
"PassedFiles": [],
"Disable": {
"EndOfLine": true,
"Indentation": true,
"InsertFinalNewline": true,
"TrimTrailingWhitespace": true,
"IndentSize": true,
"MaxLineLength": true
}
}