From cda556d875c721e47a93cfb1e0b2dc66c161a5f4 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Sun, 4 Oct 2020 12:08:01 +0200 Subject: [PATCH] allow jasmine globals --- index.js | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 4a73aa0..3e18c4b 100644 --- a/index.js +++ b/index.js @@ -9,6 +9,8 @@ module.exports = { globals: {}, + env: { jasmine: true }, + extends: [ 'eslint:recommended', 'plugin:node/recommended' diff --git a/package.json b/package.json index a9de1c7..867c53c 100644 --- a/package.json +++ b/package.json @@ -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": {