Socket
Socket
Sign inDemoInstall

eslint-plugin-bpmn-io

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-bpmn-io - npm Package Compare versions

Comparing version 0.4.1 to 0.5.0

14

configs/jsx.js

@@ -6,6 +6,18 @@ module.exports = {

rules: {
'react/jsx-equals-spacing': 2,
'react/jsx-indent': [ 2, 2 ],
'react/jsx-indent-props': [ 2, 2 ],
'react/jsx-key': 2,
'react/jsx-no-undef': 2,
'react/jsx-no-duplicate-props': 2,
'react/jsx-pascal-case': 2,
'react/jsx-uses-vars': 2
'react/jsx-tag-spacing': [ 2, {
closingSlash: 'never',
beforeSelfClosing: 'always',
afterOpening: 'never',
beforeClosing: 'never'
} ],
'react/jsx-uses-vars': 2,
'react/jsx-wrap-multilines': 2
}
};

@@ -19,2 +19,3 @@ module.exports = {

'no-console': 0,
'no-multi-spaces': 2,
'no-unused-vars': [ 2, { args: 'none' } ],

@@ -26,4 +27,6 @@ 'no-trailing-spaces': [ 2 ],

'space-before-function-paren': [ 2, 'never' ],
'space-in-parens': [ 'error', 'never' ],
'spaced-comment': [ 2, 'always' ],
'quotes': [ 2, 'single' ]
}
};

2

package.json
{
"name": "eslint-plugin-bpmn-io",
"version": "0.4.1",
"version": "0.5.0",
"description": "Shared lint rules for bpmn.io projects",

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

@@ -18,3 +18,3 @@ import Nested from './nested';

return (
<Nested.Val value={ v } />
<Nested.Val key={ v } value={ v } />
);

@@ -21,0 +21,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