Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
@meowsos/prettier-config
Advanced tools
Prettier settings for Playwright Typescript projects with ESLint Prettier Unicorn SonarJS
This is a Prettier configuration for Playwright + TypeScript + Prettier projects, with Unicorn and Sonar plugins.
Modern Eslint + Prettier setup for Playwright Typescript projects, with SonarJS and ESLint Unicorn plugins.
It tries to be very agnostic while at the same time use all available, very opinionated tools from the community, to enforce and automate code quality standards and conventions.
Check out the mono-repo @meowsos/playwright-eslint-prettier-setup for the rest of the setup and installation instructions.
Install the package:
npm install --save-dev @meowsos/prettier-config
Add the following to your .prettierrc.js
file:
module.exports = require('@meowsos/prettier-config')
Run the following command to lint your code:
npx prettier --write .
Here is a simplified breakdown of each of the dependencies with URLs to the packages in npm.js:
ISC License (ISC)
Meowso m3au@pm.me (http://about.me/bpalma)
npx delete-empty && git clean -fXd
npx npm-check-updates -u && npm install
npm publish
FAQs
Prettier settings for Playwright Typescript projects with ESLint Prettier Unicorn SonarJS
We found that @meowsos/prettier-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.