Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@medic/eslint-config

Package Overview
Dependencies
Maintainers
9
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@medic/eslint-config - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0-beta.1

46

index.js

@@ -23,14 +23,38 @@ module.exports = {

'prefer-regex-literals': 'error',
'quotes': [
'error',
'single',
{
'allowTemplateLiterals': true
'quotes': ['error', 'single', { 'allowTemplateLiterals': true }],
'semi': ['error', 'always'],
},
overrides: [
{
files: ['**/tests/**', '**/test/**'],
rules: {
'no-global-assign': 'off'
},
globals: {
'_': true,
'after': true,
'afterAll': true,
'afterEach': true,
'assert': true,
'before': true,
'beforeAll': true,
'beforeEach': true,
'browser': true,
'by': true,
'chai': true,
'describe': true,
'element': true,
'emit': true,
'expect': true,
'inject': true,
'it': true,
'KarmaUtils': true,
'moment': true,
'Promise': true,
'protractor': true,
'Q': true,
'sinon': true
}
],
'semi': [
'error',
'always'
],
}
},
]
};
{
"name": "@medic/eslint-config",
"version": "1.0.0",
"version": "1.1.0-beta.1",
"description": "Standard eslint configs for our repos",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc