@loopback/eslint-config
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.1.1](https://github.com/strongloop/loopback-next/compare/@loopback/eslint-config@1.1.0...@loopback/eslint-config@1.1.1) (2019-06-06) | ||
**Note:** Version bump only for package @loopback/eslint-config | ||
# [1.1.0](https://github.com/strongloop/loopback-next/compare/@loopback/eslint-config@1.0.0-3...@loopback/eslint-config@1.1.0) (2019-06-03) | ||
@@ -8,0 +16,0 @@ |
@@ -60,2 +60,11 @@ // Copyright IBM Corp. 2019. All Rights Reserved. | ||
/** | ||
* Rules imported from eslint-config-loopback | ||
*/ | ||
'mocha/handle-done-callback': 'error', | ||
'mocha/no-exclusive-tests': 'error', | ||
'mocha/no-identical-title': 'error', | ||
'mocha/no-nested-tests': 'error', | ||
'no-array-constructor': 'error', | ||
/** | ||
* TypeScript specific rules | ||
@@ -62,0 +71,0 @@ * See https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/eslint-plugin#supported-rules |
{ | ||
"name": "@loopback/eslint-config", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Shared configuration for ESLint", | ||
@@ -27,3 +27,3 @@ "engines": { | ||
}, | ||
"gitHead": "52f1ee3e880c58aa6414de41e2430aae77425c75" | ||
"gitHead": "84f2a09c401f44f3156d90b8d65e9d0a2a4bc78e" | ||
} |
9681
140