Skip to content

Commit

Permalink
TSify
Browse files Browse the repository at this point in the history
  • Loading branch information
eile committed Nov 14, 2023
1 parent 7cd9990 commit b93a619
Show file tree
Hide file tree
Showing 10 changed files with 197 additions and 142 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/
src/*.js
22 changes: 22 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"arrowParens": "always",
"bracketSameLine": false,
"bracketSpacing": true,
"endOfLine": "auto",
"jsxSingleQuote": false,
"printWidth": 120,
"quoteProps": "consistent",
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "none",
"useTabs": false,
"overrides": [
{
"files": "*.tsx",
"options": {
"printWidth": 100
}
}
]
}
105 changes: 0 additions & 105 deletions app/main.js

This file was deleted.

89 changes: 72 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,16 @@
"start": "vite",
"dev": "vite",
"build": "tsc && vite build",
"watch": "tsc --watch",
"serve": "vite preview"
},
"dependencies": {
"@arcgis/core": "^4.29.0-next",
"@esri/calcite-components": "1.9.2"
},
"devDependencies": {
"@types/node": "~16.11.68",
"@types/node": "^20.9.0",
"@types/ws": "~8.5.4",
"@typescript-eslint/eslint-plugin": "~6.9.1",
"@typescript-eslint/parser": "~6.9.1",
"eslint": "~8.52.0",
Expand Down
Loading

0 comments on commit b93a619

Please sign in to comment.