eslint-plugin-file-progress
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -9,3 +9,4 @@ import type { Linter, Rule } from 'eslint'; | ||
configs: { | ||
recommended: Linter.Config | ||
recommended: Linter.Config; | ||
noCI: Linter.Config; | ||
}; | ||
@@ -12,0 +13,0 @@ rules: { |
@@ -6,3 +6,3 @@ import progress from './rules/progress.js'; | ||
name: "eslint-plugin-file-progress", | ||
version: "2.1.1" | ||
version: "2.1.2" | ||
}, | ||
@@ -17,3 +17,3 @@ configs: {}, | ||
recommended: { | ||
name: 'recommended', | ||
name: 'progress/recommended', | ||
plugins: { | ||
@@ -27,3 +27,3 @@ progress: plugin | ||
noCI: { | ||
name: 'no-ci', | ||
name: 'progress/no-ci', | ||
plugins: { | ||
@@ -30,0 +30,0 @@ progress: plugin |
{ | ||
"name": "eslint-plugin-file-progress", | ||
"description": "Eslint plugin to print file progress", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "author": "sibiraj-s", |
6603
100