Skip to content

Commit

Permalink
Added eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
bomberstudios committed Aug 29, 2018
1 parent 7c1ac71 commit e36854a
Show file tree
Hide file tree
Showing 6 changed files with 895 additions and 46 deletions.
18 changes: 18 additions & 0 deletions .eslintrc.js
@@ -0,0 +1,18 @@
module.exports = {
"extends": "standard",
"globals": {
"context": false,
"nil": false,
"NSURL": false,
"NSURLRequest": false,
"fetch": false,
"NSProcessInfo": false,
"NSFileManager": false,
"NSURLConnection": false,
"NSTemporaryDirectory": false,
"MSImageData": false,
"NSImage": false,
"error": true,
"NSWorkspace": false
}
};

0 comments on commit e36854a

Please sign in to comment.