Skip to content

Commit

Permalink
Ensure README.md is formatting after rules are updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Nov 4, 2024
1 parent 94ad5b3 commit 480d520
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,12 @@
"eslint --fix",
"prettier --write"
],
"README.md": [
"npm run build:update-rules-docs",
"prettier --write"
],
"!(*.js)": "prettier --write --ignore-unknown",
"{src/rules/*.js,tools/update-rules-docs.js,README.md}": "npm run build:update-rules-docs"
"{src/rules/*.js,tools/update-rules-docs.js}": "npm run build:update-rules-docs"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 480d520

Please sign in to comment.