Skip to content

Commit

Permalink
Merge pull request #221 from codecov/ts-lint
Browse files Browse the repository at this point in the history
refactor: add getToken()
  • Loading branch information
drazisil-codecov authored Jul 20, 2021
2 parents 9ddd5cf + b913c3f commit 2e3228a
Show file tree
Hide file tree
Showing 11 changed files with 6,948 additions and 48 deletions.
11 changes: 0 additions & 11 deletions .eslintrc

This file was deleted.

18 changes: 18 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
module.exports = {
root: true,
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint'],
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended'],
parserOptions: {
ecmaVersion: 9,
},
env: {
es6: true,
jest: true,
node: true,
'shared-node-browser': true,
},
rules: {
'@typescript-eslint/no-var-requires': 1,
},
}
Loading

0 comments on commit 2e3228a

Please sign in to comment.