Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
yining1023 committed Dec 27, 2018
1 parent 39de26f commit 453a000
Show file tree
Hide file tree
Showing 6 changed files with 5,117 additions and 2,219 deletions.
14 changes: 14 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module.exports = {
"extends": "airbnb-base",
"globals": {
"fetch": false,
"document": true
},
"rules": {
"no-console": 0
},
"env": {
"browser": true,
"jasmine": true
}
};
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If you want to help develop this library, here are the steps to get started:

3. This project is developed using [Webpack](https://webpack.js.org/). Webpack is a module bundler that "bundles" different files into one file. This file is usually called a library.

Under the `/src` folder there are sub-folders for all `ml5` methods. Before building the library, you can check to see everything is working:
Under the `/src` folder there are sub-folders for all `p5ble` methods. Before building the library, you can check to see everything is working:

- Run this command from the root of the project:
```bash
Expand Down
Loading

0 comments on commit 453a000

Please sign in to comment.