Socket
Socket
Sign inDemoInstall

@meowsos/playwright-eslint-prettier-setup

Package Overview
Dependencies
419
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.4

.github/workflows/main.yml

4

package.json
{
"name": "@meowsos/playwright-eslint-prettier-setup",
"version": "1.0.2",
"version": "1.0.4",
"description": "Developer setup for Playwright Typescript projects with ESLint Prettier Unicorn SonarJS",

@@ -28,3 +28,3 @@ "workspaces": [

"automation",
"test testing",
"api testing",
"web development",

@@ -31,0 +31,0 @@ "typescript framework",

# @meowsos/eslint-config
## 1.1.8
### Patch Changes
- update api keyword eslint
## 1.1.7
### Patch Changes
- update api keyword
## 1.1.6

@@ -4,0 +16,0 @@

{
"name": "@meowsos/eslint-config",
"version": "1.1.6",
"main": "eslint-config.js",
"version": "1.1.8",
"main": "dist/eslint-config.js",
"license": "ISC",

@@ -23,3 +23,3 @@ "description": "ESLint settings for Playwright Typescript projects with ESLint Prettier Unicorn SonarJS",

"automation",
"test testing",
"api testing",
"web development",

@@ -46,2 +46,3 @@ "typescript framework",

"scripts": {
"build": "tsc .",
"clean": "npx delete-empty && git clean -fXd",

@@ -55,11 +56,11 @@ "bump": "npx npm-check-updates -u && npm install",

"peerDependencies": {
"@playwright/test": ">= 1.40",
"@playwright/test": ">=1.42",
"@types/node": ">= 20",
"@typescript-eslint/eslint-plugin": ">= 6",
"@typescript-eslint/parser": ">= 6",
"@typescript-eslint/eslint-plugin": ">=7",
"@typescript-eslint/parser": ">=7",
"eslint-config-prettier": ">= 9",
"eslint-plugin-playwright": ">= 0",
"eslint-plugin-playwright": ">=1",
"eslint-plugin-prettier": ">= 5",
"eslint-plugin-sonarjs": ">= 0",
"eslint-plugin-unicorn": ">= 49",
"eslint-plugin-unicorn": ">=51",
"eslint": ">= 8",

@@ -66,0 +67,0 @@ "prettier": ">= 3",

@@ -13,3 +13,3 @@ # @meowsos/eslint-config

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.
It tries to be very agnostic while at the same time use all the available, very opinionated tools from the community, to enforce and automate code quality standards and conventions.

@@ -16,0 +16,0 @@ Check out the mono-repo [@meowsos/playwright-eslint-prettier-setup](https://www.npmjs.com/package/@meowsos/playwright-eslint-prettier-setup) for the **rest of the setup** and installation instructions

# @meowsos/prettier-config
## 1.1.7
### Patch Changes
- update api keyword
## 1.1.6

@@ -4,0 +10,0 @@

{
"name": "@meowsos/prettier-config",
"version": "1.1.6",
"version": "1.1.7",
"main": "prettier-config.json",

@@ -45,2 +45,3 @@ "license": "ISC",

"scripts": {
"build": "tsc .",
"clean": "npx delete-empty && git clean -fXd",

@@ -47,0 +48,0 @@ "bump": "npx npm-check-updates -u && npm install",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc