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

@bmatei/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bmatei/eslint-config - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

angular.json

@@ -26,3 +26,3 @@ {

{
"lintFile": "./eslint/angular.tslint.json"
"lintFile": "./angular.tslint.json"
}

@@ -29,0 +29,0 @@ ]

{
"name": "@bmatei/eslint-config",
"version": "1.0.1",
"version": "1.0.2",
"description": "Configurations for ESLint",

@@ -8,3 +8,20 @@ "author": "Bogdan Matei <bogdan@matei.dev>",

"homepage": "https://github.com/bfmatei/eslint-config#readme",
"repository": "github:bfmatei/eslint-config"
"repository": "github:bfmatei/eslint-config",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"gitDir": "../",
"*.json": [
"prettier --write",
"git add"
]
},
"devDependencies": {
"husky": "4.0.10",
"lint-staged": "9.5.0",
"prettier": "1.19.1"
}
}
# ESLint Configuration
## Version 1.0.1
## Versions

@@ -6,0 +4,0 @@

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