Socket
Socket
Sign inDemoInstall

eslint-config-vizzuality

Package Overview
Dependencies
285
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.10 to 1.0.11

21

index.js

@@ -8,9 +8,20 @@ module.exports = {

'import/no-extraneous-dependencies': 0,
'import/no-unresolved': : [2, { commonjs: true, amd: true }],
'import/no-unresolved': [2, {
commonjs: true,
amd: true
}],
'jsx-a11y/anchor-is-valid': 2,
'no-console': ['error', { 'allow': ['warn', 'error', 'info'] }],
'no-plusplus': ['error', { 'allowForLoopAfterthoughts': true }],
'react/prefer-stateless-function': [true, { 'ignorePureComponents': true }],
'react/jsx-filename-extension': [1, { 'extensions': ['.js', '.jsx'] }]
'no-console': ['error', {
'allow': ['warn', 'error', 'info']
}],
'no-plusplus': ['error', {
'allowForLoopAfterthoughts': true
}],
'react/prefer-stateless-function': [true, {
'ignorePureComponents': true
}],
'react/jsx-filename-extension': [1, {
'extensions': ['.js', '.jsx']
}]
}
};
{
"name": "eslint-config-vizzuality",
"version": "1.0.10",
"version": "1.0.11",
"description": "This package provides Vizzuality's .eslintrc as an extensible shared config.",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc