Skip to content

Commit

Permalink
change dir name to src
Browse files Browse the repository at this point in the history
Signed-off-by: Musilah <[email protected]>
  • Loading branch information
Musilah committed Mar 28, 2024
1 parent 802c7f7 commit 3f68d95
Show file tree
Hide file tree
Showing 21 changed files with 2,941 additions and 2,071 deletions.
13 changes: 13 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"env": {
"browser": true,
"es2021": true
},
"extends": "standard-with-typescript",
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"rules": {
}
}
11 changes: 0 additions & 11 deletions .eslintrc.yml

This file was deleted.

7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,10 @@ lerna-debug.log
# System Files
.DS_Store
Thumbs.db

# Ignore test-related files
/coverage.data
/coverage/

# Build files
/dist
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.validate": ["javascript"]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Thank you for your interest in Magistrala and the desire to contribute!
3. Make your changes compatible to our workflow.

## Getting Started
The node module can be used from `index.js` and examples are located in `examples` directory. To use on the browser use `bundle.js` and examples are in `example/client`.
The node module can be used from `sdk.ts` and examples are located in `examples` directory. To use on the browser use `bundle.js` and examples are in `example/client`.

## Community

Expand Down
3 changes: 0 additions & 3 deletions index.js

This file was deleted.

313 changes: 0 additions & 313 deletions mainflux/errors.ts

This file was deleted.

Loading

0 comments on commit 3f68d95

Please sign in to comment.