We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 852645e commit ba108f7Copy full SHA for ba108f7
package.json
@@ -45,6 +45,10 @@
45
"eslint --fix",
46
"prettier --write"
47
],
48
+ "*.md": [
49
+ "eslint --fix",
50
+ "eslint --fix -c eslint.config-content.js"
51
+ ],
52
"!(*.{js,md})": "prettier --write --ignore-unknown",
53
"{src/rules/*.js,tools/update-rules-docs.js,README.md}": "npm run build:update-rules-docs"
54
},
0 commit comments