UNPKG

238 BJavaScriptView Raw
1module.exports = {
2 files: {
3 allow: [],
4 allowOverrides: []
5 },
6 strings: {
7 deny: [],
8 denyOverrides: [
9 '1u0jd8uJKcKhmqPfXZTkK', // __tests__/index.test.js:11
10 'givengetS3oClientName' // __tests__/index.test.js:83|86
11 ]
12 }
13};