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

eslint-config-reflect

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-reflect - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

.eslintrc

76

index.js
module.exports = {
"extends": "eslint:recommended",
"rules": {
"strict": 0,
"no-undef": 0,
"no-console": 0,
"array-bracket-spacing": [2, "never"],
"brace-style": [2, "1tbs", { "allowSingleLine": false }],
"camelcase": 0,
"comma-spacing": [2, {"before": false, "after": true}],
"comma-style": 2,
"computed-property-spacing": 2,
"consistent-this": [0, "self"],
"func-style": [2, "expression"],
"indent": [2, 2, {"VariableDeclarator": 2, "SwitchCase": 1}],
"key-spacing": [2, {"beforeColon": false, "afterColon": true}],
"new-cap": 2,
"new-parens": 2,
"newline-after-var": 2,
"no-continue": 2,
"no-lonely-if": 2,
"no-multiple-empty-lines": 2,
"no-nested-ternary": 2,
"no-new-object": 2,
"no-spaced-func": 2,
"no-unneeded-ternary": 2,
"object-curly-spacing": [2, "never"],
"operator-linebreak": [2, "after"],
"padded-blocks": [2, "never"],
"quotes": [2, "single"],
"semi-spacing": [2, {"before": false, "after": true}],
"semi": [2, "always"],
"space-after-keywords": [2, "always"],
"space-before-blocks": [2, "always"],
"space-before-function-paren": [2, "never"],
"space-in-parens": [2, "never"],
"space-infix-ops": 2,
"space-return-throw-case": 2,
"space-unary-ops": 2
'extends': 'eslint:recommended',
'rules': {
'strict': 0,
'no-undef': 0,
'no-console': 0,
'array-bracket-spacing': [2, 'never'],
'brace-style': [2, '1tbs', {'allowSingleLine': false}],
'camelcase': 0,
'comma-spacing': [2, {'before': false, 'after': true}],
'comma-style': 2,
'computed-property-spacing': 2,
'consistent-this': [0, 'self'],
'func-style': [2, 'expression'],
'indent': [2, 2, {'VariableDeclarator': 2, 'SwitchCase': 1}],
'key-spacing': [2, {'beforeColon': false, 'afterColon': true}],
'new-cap': 2,
'new-parens': 2,
'newline-after-var': 2,
'no-continue': 2,
'no-lonely-if': 2,
'no-multiple-empty-lines': 2,
'no-nested-ternary': 2,
'no-new-object': 2,
'no-spaced-func': 2,
'no-unneeded-ternary': 2,
'object-curly-spacing': [2, 'never'],
'operator-linebreak': [2, 'after'],
'padded-blocks': [2, 'never'],
'quotes': [2, 'single'],
'semi-spacing': [2, {'before': false, 'after': true}],
'semi': [2, 'always'],
'space-after-keywords': [2, 'always'],
'space-before-blocks': [2, 'always'],
'space-before-function-paren': [2, 'never'],
'space-in-parens': [2, 'never'],
'space-infix-ops': 2,
'space-return-throw-case': 2,
'space-unary-ops': 2
}
};
{
"name": "eslint-config-reflect",
"version": "0.0.3",
"version": "0.0.4",
"description": "Reflect's shared ESLint config",

@@ -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