Skip to content

Commit 7e21c08

Browse files
authored
Merge pull request #364 from oshoham/sound-recorder-test
Add tests for p5.SoundRecorder and lint existing tests
2 parents 64819c0 + 0263471 commit 7e21c08

22 files changed

+34868
-123
lines changed

.eslintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Gruntfile.js
2+
test/test.js

src/.eslintrc renamed to .eslintrc

File renamed without changes.

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ module.exports = function(grunt) {
66
// Configure style consistency
77
eslint: {
88
source: {
9-
options: {configFile: './src/.eslintrc'},
10-
src: ['src/**/*.js']
9+
options: {configFile: './.eslintrc'},
10+
src: ['src/**/*.js', 'test/tests/**/*.js']
1111
}
1212
},
1313
watch: {

0 commit comments

Comments
 (0)