Skip to content

Commit

Permalink
Update node scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
4yman-0 committed Dec 14, 2024
1 parent 674231d commit bdddcf7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
"type": "module",
"scripts": {
"test": "jest tests",
"lint": "eslint src/**/*.js --no-eslintrc -c config/eslint.config.js",
"prettier": "prettier src/**/*.{js,css} --config config/prettier.config.js"
"lint": "eslint . --no-eslintrc -c config/eslint.config.js",
"lint:fix": "eslint . --fix --no-eslintrc -c config/eslint.config.js",
"format": "prettier --write . --config config/prettier.config.js"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit bdddcf7

Please sign in to comment.