Skip to content

Commit

Permalink
Merge branch 'master' into tile_builder_typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
HoloTheDrunk committed Oct 28, 2024
2 parents de74645 + b991878 commit c74a98d
Show file tree
Hide file tree
Showing 30 changed files with 519 additions and 950 deletions.
9 changes: 8 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,14 @@ module.exports = {
'plugin:@typescript-eslint/recommended',
],
rules: {
'@stylistic/max-len': ['warn', 80],
'@stylistic/max-len': ['warn', {
code: 100,
comments: 80,
ignoreUrls: true,
}],
// see https://typescript-eslint.io/rules/no-use-before-define/
'no-use-before-define': 'off',
'@typescript-eslint/no-use-before-define': 'error',
'valid-jsdoc': 'off',
'tsdoc/syntax': 'warn',
},
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ The following people have contributed to iTowns.
* [Sogelink](https://www.sogelink.com/)
* [Kévin ETOURNEAU](https://github.com/ketourneau)
* [Alexis DELFORGES](https://github.com/pourfex)
* [Tim Ebben](https://github.com/tebben)

The following organizations are the current maintainers of iTowns:
* IGN (http://www.ign.fr)
Expand Down
120 changes: 0 additions & 120 deletions examples/3dtiles_25d.html

This file was deleted.

94 changes: 0 additions & 94 deletions examples/3dtiles_basic.html

This file was deleted.

86 changes: 0 additions & 86 deletions examples/3dtiles_batch_table.html

This file was deleted.

Loading

0 comments on commit c74a98d

Please sign in to comment.