New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-plus-prettier

Package Overview
Dependencies
Maintainers
0
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-plus-prettier - npm Package Compare versions

Comparing version 1.5.2 to 1.5.3

16

package.json
{
"name": "eslint-config-plus-prettier",
"version": "1.5.2",
"version": "1.5.3",
"description": "Standard config for ESLint and Prettier",
"main": "index.js",
"license": "ISC",
"author": "aimee rivers",
"files": [

@@ -11,8 +12,13 @@ "index.js",

],
"main": "index.js",
"scripts": {
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "eslint . --ext .ts,.js --fix",
"format": "prettier --write ."
"lint:check": "eslint . --ext .ts,.js",
"package:lint": "npx npm-package-json-lint ."
},
"author": "aimee rivers",
"license": "ISC",
"devDependencies": {
"npm-package-json-lint": "8.0.0"
},
"peerDependencies": {

@@ -19,0 +25,0 @@ "@typescript-eslint/parser": "^7.11.0",

@@ -13,4 +13,6 @@ # eslint-config-plus-prettier

"scripts": {
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "eslint . --ext .ts,.js --fix",
"format": "prettier --write ."
"lint:check": "eslint . --ext .ts,.js"
}

@@ -58,3 +60,3 @@

- Linting will check for errors and fix formatting in `.ts` and `.js` files.
- Formatting will apply format rules to all possible files.
- `lint` will check for errors and fix formatting in `.ts` and `.js` files.
- `format` will apply format rules to all possible files.
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