eslint-config-ibmresearch
Advanced tools
Comparing version 0.13.1 to 0.14.0
{ | ||
"name": "eslint-config-ibmresearch", | ||
"version": "0.13.1", | ||
"version": "0.14.0", | ||
"description": "ESLint shareable config for the IBM Research JavaScript style guide", | ||
@@ -28,5 +28,5 @@ "license": "MIT", | ||
"peerDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^2.31.0", | ||
"@typescript-eslint/parser": "^2.31.0", | ||
"eslint": "^6.8.0", | ||
"@typescript-eslint/eslint-plugin": "^3.0.0", | ||
"@typescript-eslint/parser": "^3.0.0", | ||
"eslint": "^7.0.0", | ||
"eslint-plugin-lit": "^1.2.0", | ||
@@ -40,3 +40,3 @@ "eslint-plugin-wc": "^1.2.0", | ||
"devDependencies": { | ||
"eslint": "^6.8.0", | ||
"eslint": "^7.0.0", | ||
"husky": "^4.2.0", | ||
@@ -43,0 +43,0 @@ "lint-staged": "^10.2.0", |
@@ -14,3 +14,2 @@ /** | ||
'eslint:recommended', | ||
'plugin:@typescript-eslint/eslint-recommended', | ||
'plugin:@typescript-eslint/recommended', | ||
@@ -21,4 +20,4 @@ 'prettier', | ||
rules: { | ||
'@typescript-eslint/explicit-function-return-type': 'off', | ||
'@typescript-eslint/explicit-module-boundary-types': 'off', | ||
}, | ||
}; |
5061
54