@ariesclark/eslint-config
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -20,3 +20,3 @@ module.exports = { | ||
rules: { | ||
"@typescript-eslint/no-inferrable-types": "never", | ||
"@typescript-eslint/no-inferrable-types": "off", | ||
"@typescript-eslint/no-floating-promises": "error", | ||
@@ -23,0 +23,0 @@ "@typescript-eslint/consistent-type-assertions": "warn", |
{ | ||
"name": "@ariesclark/eslint-config", | ||
"private": false, | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "🚀🎨 An opinionated (and clearly the best) eslint configuration", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
5644