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

eslint-config-warp

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-warp - npm Package Compare versions

Comparing version 0.3.4 to 0.4.0

6

es6.js

@@ -30,4 +30,8 @@ module.exports = {

'prefer-template': [2],
'quotes': [2, 'single', {avoidEscape: true, allowTemplateLiterals: true}]
'quotes': [2, 'single', {avoidEscape: true, allowTemplateLiterals: true}],
'arrow-spacing': [2, {before: true, after: true}],
'generator-star-spacing',
'rest-spread-spacing': [2, 'never'],
'template-curly-spacing': [2, 'never'],
}
}

59

index.js

@@ -80,45 +80,22 @@ module.exports = {

//Stylistic preferences.
// 'new-cap',
// 'new-parens',
// 'newline-after-var',
// 'newline-before-return',
// 'newline-per-chained-call',
// 'no-inline-comments',
// 'no-spaced-func',
// 'array-bracket-spacing',
// 'no-whitespace-before-property',
// 'object-curly-newline',
// 'object-curly-spacing',
// 'object-property-newline',
// 'one-var',
// 'one-var-declaration-per-line',
// 'semi',
// 'semi-spacing',
// 'space-before-blocks',
// 'space-before-function-paren',
// 'space-in-parens',
// 'space-infix-ops',
// 'space-unary-ops',
// 'spaced-comment',
// 'block-spacing',
// 'brace-style',
// 'camelcase',
// 'comma-dangle',
// 'comma-spacing',
// 'comma-style',
// 'computed-property-spacing',
// 'key-spacing',
// 'keyword-spacing',
// 'lines-around-comment',
// 'arrow-spacing',
// 'generator-star-spacing',
// 'rest-spread-spacing',
// 'template-curly-spacing',
// 'yield-star-spacing',
// 'padded-blocks'
'new-cap': [2],
'newline-before-return': [2],
'no-spaced-func': [2],
'array-bracket-spacing': [2, 'never'],
'no-whitespace-before-property': [2],
'object-curly-spacing': [2, 'never'],
'semi': [2, 'always'],
'semi-spacing': [2, {before: false, after: true}],
'space-before-blocks': [2, 'always'],
'space-in-parens': [2, 'never'],
'space-infix-ops': [2],
'space-unary-ops': [2, {words: true, nonwords: false}],
'camelcase': [2, {properties: 'always'}],
'comma-spacing': [2, {before: false, after: true}],
'comma-style': [2, 'last'],
'computed-property-spacing': [2, 'never'],
'key-spacing': [2, {beforeColon: false, afterColon: true, mode: 'minimum'}],
'brace-style': [2, '1tbs', {allowSingleLine: true}]
}
}
{
"name": "eslint-config-warp",
"version": "0.3.4",
"version": "0.4.0",
"description": "WeAreReasonablePeople linting rules",

@@ -5,0 +5,0 @@ "main": "index.js",

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