Skip to content

Commit

Permalink
Update environment
Browse files Browse the repository at this point in the history
  • Loading branch information
sakebook committed Sep 22, 2018
1 parent 285f4ba commit 95e048d
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "airbnb",
"rules": {
"import/no-unresolved": "off"
}
}
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ build/
.node_modules/
built/*
package-lock.json

# IntelliJ
.idea/analog-clock-face.iml
.idea/modules.xml
.idea/vcs.xml
.idea/workspace.xml
5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

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

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

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

6 changes: 6 additions & 0 deletions .idea/misc.xml

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

33 changes: 33 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "analog-clock-face",
"version": "0.1.0",
"private": true,
"license": "UNLICENSED",
"devDependencies": {
"@fitbit/sdk": "^1.0.2",
"@fitbit/sdk-cli": "^1.0.1",
"eslint": "^5.6.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1"
},
"fitbit": {
"appUUID": "50d69af9-f680-4f73-aad4-2f7b0c30dafc",
"appType": "clockface",
"appDisplayName": "Analog Clock Face",
"iconFile": "resources/icon.png",
"wipeColor": "#ffffff",
"requestedPermissions": [],
"buildTargets": [
"higgs",
"meson"
],
"i18n": {}
},
"scripts": {
"build": "fitbit-build",
"debug": "fitbit"
},
"dependencies": {}
}
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "./node_modules/@fitbit/sdk/sdk-tsconfig.json"
}

0 comments on commit 95e048d

Please sign in to comment.