Skip to content

Commit 40c1513

Browse files
author
Kent C. Dodds
committed
Merge pull request #26 from sarbbottam/package-description
chore(description): fixed package description
2 parents 671ca91 + 45e6cdb commit 40c1513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-find-new-rules",
33
"version": "0.0.0-semantically-released",
4-
"description": "Use this to save yourself some time when working on a webpack configuration.",
4+
"description": "Find built-in ESLint rules you don't have in your custom config.",
55
"main": "index.js",
66
"scripts": {
77
"cover": "nyc --reporter=lcov --reporter=text ava",

0 commit comments

Comments
 (0)