Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
indent_size = 2
insert_final_newline = true
max_line_length = 200
tab_width = 2
trim_trailing_whitespace = true
ij_continuation_indent_size = 8
ij_formatter_off_tag = @formatter:off
ij_formatter_on_tag = @formatter:on
ij_formatter_tags_enabled = true
ij_smart_tabs = false
ij_visual_guides = none
ij_wrap_on_typing = false
14 changes: 11 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
{
"extends": ["plugin:vue-libs/recommended"],
"extends": [
],
"rules": {
"padded-blocks": "off",
"no-console": "off",
"indent": ["error", 2]
"indent": [
"error",
2
]
},
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 2022
},
"globals": {
"L": true,
"turf": true
}
}
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
.nyc_output/
.idea
2 changes: 1 addition & 1 deletion dist/visibilityGraph.js

Large diffs are not rendered by default.

Loading