New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-appfolio-react

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-appfolio-react - npm Package Compare versions

Comparing version 0.3.3 to 1.0.0

16

index.js

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

rules: {
"react/prefer-stateless-function": 0
'react/prefer-stateless-function': 0,
'react/prop-types': 1,
'react/sort-comp': [1, {
'order': [
'static-methods',
'everything-else',
'lifecycle',
'render'
]
}]
},
settings: {
'import/resolver': {
webpack: {}
}
}
}

14

package.json
{
"name": "eslint-config-appfolio-react",
"version": "0.3.3",
"version": "1.0.0",
"description": "Appfolio ESLint React config",

@@ -9,9 +9,9 @@ "main": "index.js",

"dependencies": {
"eslint": "~2.13.1",
"eslint-config-airbnb": "~9.0.1",
"eslint-config-appfolio-base": "^0.3.2",
"eslint-plugin-import": "~1.8.1",
"eslint-plugin-jsx-a11y": "~1.5.3",
"eslint-plugin-react": "^5.2.2"
"eslint": "^4.9.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-appfolio-base": "^1.0.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.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