allow jasmine globals
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Timo Hocker 2020-10-04 12:08:01 +02:00
parent a80d257e33
commit cda556d875
2 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,8 @@ module.exports = {
globals: {},
env: { jasmine: true },
extends: [
'eslint:recommended',
'plugin:node/recommended'

View File

@ -1,6 +1,6 @@
{
"name": "@sapphirecode/eslint-config",
"version": "2.1.16",
"version": "2.1.17",
"description": "scode eslint standard configuration",
"main": "index.js",
"scripts": {