Skip to content

Commit

Permalink
chore(typescript): settings and markdown formatting (#1435)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed Jan 14, 2021
1 parent 7ce2ca1 commit 269e690
Show file tree
Hide file tree
Showing 221 changed files with 5,288 additions and 5,584 deletions.
8 changes: 5 additions & 3 deletions .eslintrc.js
Expand Up @@ -2,13 +2,15 @@ module.exports = {
parserOptions: {
ecmaVersion: 2020
},
env: {
browser: true,
node: true
},
globals: {
globalThis: 'readonly'
},
// env: {
// 'shared-node-browser': true
// },
extends: ['uber-es2015', 'prettier', 'plugin:import/errors'],
parser: '@typescript-eslint/parser',
plugins: ['tree-shaking', 'luma-gl-custom-rules', 'import'],
rules: {
'guard-for-in': 0,
Expand Down
10 changes: 10 additions & 0 deletions .markdownlintrc
@@ -0,0 +1,10 @@
{
"default": true,
"colors": true,
"line-length": false,
"ul-style": {"style": "sublist"},
"no-duplicate-header": false,
"no-inline-html": false,
"no-hard-tabs": false,
"whitespace": false
}

0 comments on commit 269e690

Please sign in to comment.