Skip to content

Commit

Permalink
chore: clean up project files (#1180)
Browse files Browse the repository at this point in the history
* chore: reduce root files

* chore: format tests

* chore: fix blockstack stacks name

* chore: move files

* chore: update readme

* chore: update package

* chore: update dependecies

* chore: update dependencies

* chore: bootstrap

* chore: update linters

* chore: bootstrap

Co-authored-by: janniks <[email protected]>
  • Loading branch information
janniks and janniks authored Feb 15, 2022
1 parent ca76f06 commit 9c90b45
Show file tree
Hide file tree
Showing 32 changed files with 2,576 additions and 2,936 deletions.
3 changes: 1 addition & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# top-most EditorConfig file
root = true

[*.{js,ts,json}]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
indent_size = 2
15 changes: 0 additions & 15 deletions .eslintignore

This file was deleted.

2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = {
tryExtensions: ['.ts'],
},
},
ignorePatterns: ['**/*.js'],
rules: {
'@typescript-eslint/explicit-module-boundary-types': [0],
'@typescript-eslint/prefer-regexp-exec': [0],
Expand All @@ -22,6 +23,7 @@ module.exports = {
'@typescript-eslint/no-unnecessary-type-assertion': [0],

// TODO: enable the `no-unsafe-*` rules
'@typescript-eslint/no-unsafe-argument': [0],
'@typescript-eslint/no-unsafe-assignment': [0],
'@typescript-eslint/no-unsafe-call': [0],
'@typescript-eslint/no-unsafe-return': [0],
Expand Down
7 changes: 0 additions & 7 deletions .gitattributes

This file was deleted.

2 changes: 1 addition & 1 deletion .codecov.yml → .github/.codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ coverage:
project:
default:
base: pr
patch: off
patch: off
22 changes: 12 additions & 10 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**What version of Blockstack.js are you using?**
**What version of Stacks.js are you using?**

**Is the bug present in the Blockstack CLI, Gaia hub, Connect or Blockstack Browser?**
**Is the bug present in the Stacks.js CLI, Gaia hub, Connect or Blockstack Browser?**

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
Expand All @@ -31,15 +31,17 @@ If applicable, add screenshots to help explain your problem.
If applicable, add console log to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,8 @@ dist

*.tsbuildinfo

# auto-generated typedoc
docs

# from previous .npmignore
unused
1 change: 0 additions & 1 deletion .npmignore

This file was deleted.

3 changes: 0 additions & 3 deletions .prettierignore

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Stacks.js [![Test Action](https://github.com/hirosystems/stacks.js/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/hirosystems/stacks.js/actions/workflows/tests.yml?query=branch%3Amaster)
# stacks.js [![Test Action](https://github.com/hirosystems/stacks.js/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/hirosystems/stacks.js/actions/workflows/tests.yml?query=branch%3Amaster)

This repo is home to the Stacks.js libraries which provide everything you need to work with the [Stacks blockchain](https://www.stacks.co/what-is-stacks).

Expand All @@ -19,7 +19,7 @@ See `README` in each package directory for installation instructions and usage.

## Migrating from blockstack.js

To migrate your app from blockstack.js to stacks.js follow the steps in the [migration guide](https://github.com/hirosystems/stacks.js/tree/master/migration-guide.md).
To migrate your app from blockstack.js to stacks.js follow the steps in the [migration guide](https://github.com/hirosystems/stacks.js/tree/master/.github/MIGRATION_GUIDE.md).

## Development: environment setup

Expand Down Expand Up @@ -52,7 +52,7 @@ npm run lerna -- add lodash --scope @stacks/storage --dev

## Documentation

Documentation for the Stacks.js packages is located [here](https://stacks-js-git-master-blockstack.vercel.app/).
Documentation for the Stacks.js packages is located [here](https://stacks-js.vercel.app/).

## Contributing

Expand Down
Loading

0 comments on commit 9c90b45

Please sign in to comment.