Skip to content

Commit

Permalink
maint/dev ~ update EditorConfig-checker configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Aug 1, 2022
1 parent a71ea1c commit b428018
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .ecrc.JS.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"#": "EditorConfig-checker Config (for JS projects)",
"#ref": "<https://github.com/editorconfig-checker/editorconfig-checker#configuration>",
"#version": "v2022-07-13 [rivy]",
"Exclude": ["([._@#$]?build|[._@#$]?coverage|dist|vendor)/.*"],
"SpacesAftertabs": true,
"Disable": {
"MaxLineLength": true
}
"#version": "v2022-07-30 [rivy]",
"#x-spell": "/* spell-checker:ignore (people) Roy Ivy III * rivy */",
"Exclude": ["([._@#$]?build|[._@#$]?coverage|dist|target|vendor)/.*"],
"SpacesAfterTabs": true,
"Disable": { "MaxLineLength": true }
}

0 comments on commit b428018

Please sign in to comment.