Skip to content

Commit 6468e48

Browse files
committed
chore: fix eslint config
1 parent 8c35034 commit 6468e48

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
"extends": "prometheusresearch",
1616
"env": {
1717
"mocha": true
18+
},
19+
"globals": {
20+
"expr": true,
21+
"stmt": true
1822
}
1923
},
2024
"scripts": {
@@ -55,4 +59,4 @@
5559
"babel-generator": "^6.7.5",
5660
"eslint-plugin-react": "^4.3.0"
5761
}
58-
}
62+
}

0 commit comments

Comments
 (0)