Skip to content

Commit

Permalink
Merge pull request #274 from iambumblehead/specify-md-in-lint-paths
Browse files Browse the repository at this point in the history
apply eslint to all files, to include markdown
  • Loading branch information
iambumblehead authored Nov 13, 2023
2 parents 9afa807 + 2667f54 commit 5a0c015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
"test": "npm run test:all",
"test-ci": "npm run test:install && npm run test:all-ci",
"test-cover": "npm run test:install && c8 npm run test:all",
"lint": "eslint --ext=.js,.mjs .",
"lint-fix": "eslint --ext=.js,.mjs --fix .",
"lint": "eslint .",
"lint-fix": "eslint --fix .",
"mini:pkg": "npm pkg delete scripts devDependencies dependencies",
"mini:src": "cd src && npx rimraf \"!(esmock|esmockLoader).js\"",
"mini": "npm run mini:src && npm run mini:pkg",
Expand Down

0 comments on commit 5a0c015

Please sign in to comment.