@axelarjs/config
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"], | ||
"plugins": ["@typescript-eslint"], | ||
@@ -6,4 +7,5 @@ "parser": "@typescript-eslint/parser", | ||
"@typescript-eslint/consistent-type-exports": "error", | ||
"@typescript-eslint/consistent-type-imports": "error" | ||
"@typescript-eslint/no-empty-function": "off", | ||
"@typescript-eslint/no-inferrable-types": "off" | ||
} | ||
} |
{ | ||
"name": "@axelarjs/config", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "AxelarJS shared configuration", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
12397
21