We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da4d957 commit c7d6e62Copy full SHA for c7d6e62
.eslintrc
@@ -2,16 +2,13 @@
2
"env": {
3
"node": true,
4
"browser": true,
5
- "mocha": true,
6
"amd": true,
7
"es6": true
8
},
9
"globals": {
10
- "p5": true,
11
- "assert": true,
12
- "expect": true,
13
- "sinon": true
+ "p5": true
14
+ "root": true,
15
"extends": ["eslint:recommended", "prettier"],
16
"plugins": ["prettier"],
17
"parserOptions": {
test/.eslintrc
@@ -0,0 +1,12 @@
1
+{
+ "env": {
+ "mocha": true
+ },
+ "globals": {
+ "assert": false,
+ "sinon": false,
+ "expect": false,
+ "promisedSketch": true,
+ "testSketchWithPromise": true
+ }
+}
0 commit comments