Socket
Socket
Sign inDemoInstall

eslint-config-blueflag

Package Overview
Dependencies
210
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.3.0

2

package.json
{
"name": "eslint-config-blueflag",
"version": "0.2.0",
"version": "0.3.0",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

@@ -35,3 +35,3 @@ # Blue Flag linting configurations

# one liner
npm install -g eslint@2.4.0 eslint-plugin-flow-vars eslint-plugin-flowtype eslint-plugin-react@5.0.1 babel-eslint
npm install -g eslint@2.4.0 eslint-plugin-flow-vars eslint-plugin-flowtype eslint-plugin-react@5.2.0 babel-eslint

@@ -83,3 +83,4 @@ ```

title="Example"
author="Robert">
author="Robert"
>
<p>Child elements</p>

@@ -90,3 +91,4 @@ </ExampleComponent>;

title="Example"
author="Robert" />
author="Robert"
/>

@@ -93,0 +95,0 @@ // Bad

@@ -13,7 +13,4 @@ module.exports = {

'react/jsx-indent-props': [2, 4],
'react/jsx-closing-bracket-location': [1, {
selfClosing: 'line-aligned',
nonEmpty: 'after-props'
}]
'react/jsx-closing-bracket-location': [1, 'line-aligned']
}
}
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