Skip to content

Commit

Permalink
start using jest
Browse files Browse the repository at this point in the history
  • Loading branch information
pladaria committed Feb 7, 2020
1 parent 85b945f commit df624e3
Show file tree
Hide file tree
Showing 9 changed files with 6,217 additions and 4,370 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist
19 changes: 19 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
env:
browser: true
es6: true
node: true
jest: true
extends:
- 'eslint:recommended'
- 'plugin:@typescript-eslint/eslint-recommended'
globals:
Atomics: readonly
SharedArrayBuffer: readonly
parser: '@typescript-eslint/parser'
parserOptions:
ecmaVersion: 2018
sourceType: module
plugins:
- '@typescript-eslint'
- 'jest'
rules: {}
File renamed without changes.
Loading

0 comments on commit df624e3

Please sign in to comment.