Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit aeeb596

Browse files
author
Jeff Dickey
committed
standard fix
1 parent 33a0fd0 commit aeeb596

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@
3535
},
3636
"standard": {
3737
"parser": "babel-eslint",
38+
"env": "jest",
39+
"globals": [
40+
"Class",
41+
"$Shape"
42+
],
3843
"ignore": [
3944
"lib",
4045
"flow-typed"

src/commands/cli.test.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
// @flow
2-
/* globals
3-
test
4-
expect
5-
*/
62

73
import CLI from './cli'
84

0 commit comments

Comments
 (0)