Skip to content

Commit

Permalink
eslintignore outh test because of async/await
Browse files Browse the repository at this point in the history
  • Loading branch information
denar90 committed Mar 10, 2017
1 parent 20f5c61 commit ac47b21
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
19 changes: 10 additions & 9 deletions .eslintignore
@@ -1,13 +1,14 @@
# Ignore js files inside local chromium download on Travis.
**/chrome-linux/**
**/chrome-win32/**
node_modules
tmp
.DS_Store
npm-debug.log

**/node_modules/**
**/third_party/**
gsheets.config.js

**/closure/*/*
coverage/**
# Typescript built files
lib/sheets/*.js
lib/outh/*.js
types/types.js

# Typescript compiled
lib/sheets.js
types/*.js
test/google-outh.js
4 changes: 2 additions & 2 deletions .eslintrc.js
Expand Up @@ -50,12 +50,12 @@ module.exports = {
"prefer-rest-params": 1,
},
"parserOptions": {
"ecmaVersion": 6,
"ecmaVersion": 7,
"ecmaFeatures": {
"globalReturn": true,
"jsx": false,
"experimentalObjectRestSpread": false
},
"sourceType": "script"
}
}
}

0 comments on commit ac47b21

Please sign in to comment.