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

eslint-config-valorsoft

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-valorsoft - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

4

package.json
{
"name": "eslint-config-valorsoft",
"version": "0.0.6",
"version": "0.0.7",
"description": "Valor Software's ESLint config, following our styleguide",

@@ -33,3 +33,3 @@ "main": "index.js",

"dependencies": {
"eslint": "2.2.0"
"eslint": "2.3.0"
},

@@ -36,0 +36,0 @@ "devDependencies": {

@@ -32,3 +32,3 @@ # Welcome to the most strict eslint config ever

- `no-eq-null` - duplicates `eqeqeq:smart`
- `no-restricted-imports`, `no-restricted-modules` - dependant on project requirements
- `no-restricted-imports`, `no-restricted-modules`, `no-restricted-globals` - dependant on project requirements
- `id-match` - not found any particular use of this rule, `camelCase` is enough

@@ -43,2 +43,3 @@ - `jsx-quotes` - I don't use jsx so I don't care

- `prefer-reflect` - compatibility is to low to use
- `newline-before-return` - TBD

@@ -45,0 +46,0 @@ ## What is tweaked

Sorry, the diff of this file is not supported yet

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