diff --git a/README.md b/README.md index 52d01a7..f86a320 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # @skarab/eslint-staged -This package provides a CLI tool (`eslint-staged`) designed to run ESLint on specific files, considering the files in `.eslintignore`. +Refines [lint-staged] functionality, enforcing strict adherence to ESLint's ignored file configurations. + +This package provides a CLI tool (`eslint-staged`) designed to run ESLint on staged files, considering the files in `.eslintignore` and `ignorePatterns`. It resolves the [common issue] ([1], [2]) where [lint-staged] pass files ignored by ESLint. diff --git a/package.json b/package.json index 01d51f4..d7cd958 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@skarab/eslint-staged", - "description": "My skaffolded project", + "description": "Refines lint-staged functionality, enforcing adherence to ESLint's ignored file configurations.", "version": "0.0.0-development", "license": "MIT", "author": {