Skip to content

Commit

Permalink
meta: update lint script & devDependency is
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar committed Jul 10, 2024
1 parent 877a233 commit e976e1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import js from '@eslint/js';
import globals from 'globals';
import js from "@eslint/js";
import globals from "globals";

export default [
js.configs.recommended,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Blob.js implements the W3C Blob interface in browsers that do not natively support it.",
"main": "Blob.js",
"scripts": {
"lint": "eslint Blob.js test",
"lint": "eslint .",
"test": "mocha test"
},
"repository": {
Expand All @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/bjornstar/blob-polyfill",
"devDependencies": {
"@sindresorhus/is": "^4.6.0",
"@sindresorhus/is": "^7.0.0",
"eslint": "^9.6.0",
"mocha": "^10.6.0"
}
Expand Down

0 comments on commit e976e1a

Please sign in to comment.