Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@meowsos/prettier-config

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meowsos/prettier-config

Prettier settings for Playwright Typescript projects with ESLint Prettier Unicorn SonarJS

  • 1.1.7
  • latest
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

@meowsos/prettier-config

npm (scoped) License GitHub issues GitHub stars GitHub pull requests GitHub last commit

Meow

Description

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.


Usage

  1. Install the package:

    npm install --save-dev @meowsos/prettier-config
    
  2. Add the following to your .prettierrc.js file:

    module.exports = require('@meowsos/prettier-config')
    
  3. Run the following command to lint your code:

    npx prettier --write .
    

Peer Dependencies

Here is a simplified breakdown of each of the dependencies with URLs to the packages in npm.js:


Homepage

Project Homepage

License

ISC License (ISC)

Author

Meowso m3au@pm.me (http://about.me/bpalma)

Contributors


Development

Scripts

  • clean: npx delete-empty && git clean -fXd
  • bump: npx npm-check-updates -u && npm install
  • publish-manual: npm publish

Keywords

FAQs

Package last updated on 26 Mar 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc