feat: add snjs package
This commit is contained in:
15
packages/snjs/mocha/.eslintrc.js
Normal file
15
packages/snjs/mocha/.eslintrc.js
Normal file
@@ -0,0 +1,15 @@
|
||||
module.exports = {
|
||||
extends: ['../.eslintrc.js'],
|
||||
globals: {
|
||||
chai: true,
|
||||
chaiAsPromised: true,
|
||||
describe: true,
|
||||
beforeEach: true,
|
||||
localStorage: true,
|
||||
it: true,
|
||||
afterEach: true,
|
||||
ContentType: true,
|
||||
fetch: true,
|
||||
ClientDisplayableError: true,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user