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

eslint-config-rucenter

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-rucenter - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

0

index.js

@@ -0,0 +0,0 @@ module.exports = {

2

package.json
{
"name": "eslint-config-rucenter",
"version": "0.2.0",
"version": "0.3.0",
"description": "Конфиг eslint для фронтэнд-разработки в Ru-Center Group. В значительной степени основан на конфиге от airbnb",

@@ -5,0 +5,0 @@ "repository": {

@@ -0,0 +0,0 @@

@@ -0,1 +1,6 @@

/**
* Правила для работы с чистым JS,
* вне зависимости от используемых фреймворков
* или сахара вроде JSX.
*/
module.exports = {

@@ -6,2 +11,3 @@ extends: [

].map(require.resolve),
// дополнения/переопределения правил от airbnb
rules: {

@@ -21,3 +27,3 @@ // аргументы стрелочных функций всегда заворачиваем в скобчки

// экранирование символов в строках
'no-useless-escape': 'warning',
'no-useless-escape': 1,

@@ -32,3 +38,9 @@ // разрешение на использование вставки в html

'max-len': 'off',
// отступы внутри объектных литералов
'object-curly-spacing': [1, 'never'],
// запятые в конце перечислений
'comma-dangle': ['error', 'never'],
}
};

@@ -0,0 +0,0 @@ /*

@@ -77,3 +77,3 @@ /*

// https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-danger.md
'react/no-danger': 'warn',
'react/no-danger': 'off',

@@ -80,0 +80,0 @@ // Prevent usage of deprecated methods

Sorry, the diff of this file is not supported yet

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