Skip to content

Commit

Permalink
APPLY eslint result.
Browse files Browse the repository at this point in the history
  • Loading branch information
karminski committed Jun 27, 2024
1 parent 5bef841 commit bbcd0fd
Show file tree
Hide file tree
Showing 2 changed files with 210 additions and 173 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"start": "http-server -p 3000 -c-1",
"test": "cross-env NODE_ENV=test nyc mocha",
"release": "npm test && npm run build && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags",
"lint": "eslint -c .eslintrc.cjs 'src/*'",
"lint:fix": "eslint --fix -c .eslintrc.cjs 'src/*.js' --fix",
"lint": "eslint -c .eslintrc.cjs \"src/*\"",
"lint:fix": "eslint --fix -c .eslintrc.cjs \"src/*.js\" --fix",
"prepare": "husky install",
"ci": "commit",
"cz": "git-cz",
Expand Down
Loading

0 comments on commit bbcd0fd

Please sign in to comment.