Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Commit

Permalink
TS and new structures (#97)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Scott <227292+BPScott@users.noreply.github.com>
Co-authored-by: Tim Layton <tmlayton@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 19, 2020
1 parent 3316a6f commit 29e49bd
Show file tree
Hide file tree
Showing 37 changed files with 181 additions and 2,100 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
key: v2-npm-deps-{{ arch }}-{{ checksum "yarn.lock" }}
paths:
- node_modules
- run: yarn run type-check
- run: yarn run build-ci
- run: yarn run test
- run: yarn run lint
4 changes: 4 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node_modules
/dist
/dist-modern
/tmp
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ node_modules

# sewing-kit temporary folder
tmp

dist-modern
5 changes: 1 addition & 4 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
**/*
!dist/**/*
!dist-modern/**/*
!index.js
!LICENSE.md
!README.md
!package.json
!yarn.lock
!formats/utils/color-factory/**/*
!color-factory.js
!color-factory.d.ts
dist/colors.ase.json
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
node_modules
package.json
/.dev
/dist-modern
/tmp
13 changes: 13 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,18 @@
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": true,
"**/node_modules": true,
".{bundle,dev,shadowenv.d}": true,
"{tmp,dist-modern}/": true
},
"search.exclude": {
"**/.DS_Store": true,
"**/.git": true,
"**/node_modules": true,
"{tmp,dist-modern}/": true
}
}
24 changes: 0 additions & 24 deletions color-factory.d.ts

This file was deleted.

3 changes: 0 additions & 3 deletions color-factory.js

This file was deleted.

97 changes: 0 additions & 97 deletions dist/base.dark.android.xml

This file was deleted.

Loading

0 comments on commit 29e49bd

Please sign in to comment.