Skip to content

Commit

Permalink
eslint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-armour committed Apr 6, 2020
1 parent b296f6b commit 157fc86
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
"browser": true,
"es6": true
},
"extends": "mdcs",

"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
Expand Down
6 changes: 0 additions & 6 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"description": "<span style=display:none; >[You are now in a GitHub source code view - click this link to view Read Me file as a web page]( https://ladybug-tools.github.io/spider-covid-19-viz-3d/readme.html \"View file as a web page.\" ) </span>",
"main": "index.js",
"scripts": {
"lint": "eslint dev/v-2020-04-06/",
"fix": "npm run lint --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
Expand All @@ -17,7 +19,6 @@
},
"homepage": "https://github.com/ladybug-tools/spider-covid-19-viz-3d#readme",
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-mdcs": "^4.2.3"
"eslint": "^6.8.0"
}
}

0 comments on commit 157fc86

Please sign in to comment.