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

eslint-config-doctolib

Package Overview
Dependencies
Maintainers
5
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-doctolib - npm Package Compare versions

Comparing version 2.2.0 to 2.3.0

eslint-config-doctolib.sublime-project

2

package.json
{
"name": "eslint-config-doctolib",
"version": "2.2.0",
"version": "2.3.0",
"description": "ESLint configuration used in Doctolib projects.",

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

@@ -32,3 +32,5 @@ module.exports = {

'react/jsx-no-literals': 'error',
'react/jsx-no-target-blank': 'off',
'react/jsx-no-undef': 'error',
'react/jsx-pascal-case': 'error',
'react/jsx-sort-props': 'off',

@@ -46,2 +48,3 @@ 'react/jsx-space-before-closing': 'error',

'react/no-string-refs': 'off',
'react/no-is-mounted': 'error',
'react/no-unknown-property': 'error',

@@ -53,2 +56,3 @@ 'react/prop-types': 'error',

'react/require-extension': 'error',
'react/require-render-return': 'error',
'react/self-closing-comp': 'error',

@@ -55,0 +59,0 @@ 'react/sort-comp': ['error', {

@@ -10,3 +10,8 @@ module.exports = {

rules: {
'mocha/handle-done-callback': 'error',
'mocha/no-exclusive-tests': 'error',
'mocha/no-global-tests': 'error',
'mocha/no-pending-tests': 'error',
'mocha/no-skipped-tests': 'error',
'mocha/no-synchronous-tests': 'off',
},

@@ -13,0 +18,0 @@

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