@medic/eslint-config
Advanced tools
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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2401
3
59
2