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 564ae3d commit a6d1b24Copy full SHA for a6d1b24
lib/configs/_browser-globals.js
@@ -25,6 +25,9 @@ module.exports = {
25
AudioParam: false,
26
AudioProcessingEvent: false,
27
AudioScheduledSourceNode: false,
28
+ "AudioWorkletGlobalScope ": false,
29
+ AudioWorkletNode: false,
30
+ AudioWorkletProcessor: false,
31
BarProp: false,
32
BaseAudioContext: false,
33
BatteryManager: false,
package.json
@@ -38,7 +38,7 @@
38
},
39
"scripts": {
40
"preversion": "run-s clean update test",
41
- "version": "eslint lib/rules --fix && git add lib/rules",
+ "version": "eslint lib/rules --fix && git add lib",
42
"postversion": "git push && git push --tags",
43
"clean": "rimraf .nyc_output coverage",
44
"lint": "eslint lib scripts tests",
0 commit comments