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

@blockmatic/eslint-config-base

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blockmatic/eslint-config-base - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

LICENSE

15

changelog.md

@@ -5,1 +5,16 @@ # Change Log

See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.1 (2019-10-20)
### Bug Fixes
* **eslint-config-base:** disable camel case names enforcement ([bcfaa4d](https://github.com/blockmatic/dev-scripts/commit/bcfaa4d))
# 1.0.0 (2019-09-10)
## 1.3.1 (2019-09-10)

4

es5.js

@@ -211,4 +211,4 @@ module.exports = {

'brace-style': [2, '1tbs', { allowSingleLine: true }],
// require camel case names
camelcase: [2, { properties: 'never' }],
// disable camel case enforcement
camelcase: 0,
// enforce spacing before and after comma

@@ -215,0 +215,0 @@ 'comma-spacing': [2, { before: false, after: true }],

{
"name": "@blockmatic/eslint-config-base",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",

@@ -19,3 +19,4 @@ "description": "Blockmatic's base ESLint config",

"node": ">=10"
}
},
"gitHead": "920bddd28393a233dca7077e4ff815597ce678f3"
}
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