Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Fantauzzi committed Apr 24, 2024
1 parent 59d4b62 commit 0ee6115
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Binary file modified bun.lockb
Binary file not shown.
5 changes: 1 addition & 4 deletions js.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ module.exports = {
"@stylistic",
"json-files",
],
extends: [
"eslint:recommended",
"plugin:jsdoc/recommended",
],
extends: ["eslint:recommended", "plugin:jsdoc/recommended"],
overrides: [
{
files: ["package.json"],
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@
"scripts": {
"format": "biome check --apply-unsafe . && eslint --fix . package.json",
"format:check": "biome check . && eslint . package.json",
"pre-commit": "bun format:check && bun test && bun start && git add -A",
"pre-commit": "bun format && bun test && bun start && git add -A",
"prepare": "husky install",
"start": "bun scripts/makeTsExtensions.ts",
"test:watch": "bun test --watch",
"watch": "bun --watch scripts/makeTsExtensions.ts"
},
"files": ["*.js", "examples/*.js"],
"files": [
"*.js",
"examples/*.js"
],
"license": "MIT",
"homepage": "https://github.com/SrBrahma/eslint-config-gev#readme",
"keywords": [
Expand Down

0 comments on commit 0ee6115

Please sign in to comment.