Skip to content

Commit

Permalink
docs: add description
Browse files Browse the repository at this point in the history
  • Loading branch information
skarab42 committed Jan 9, 2024
1 parent 8254424 commit da51d1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit da51d1f

Please sign in to comment.