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 1.1.0 to 1.2.0

.eslintrc.json

17

index.js
module.exports = {
'extends': [
'airbnb',
'appfolio-base'
],
extends: ['airbnb', 'appfolio-base'],
env: {

@@ -11,5 +8,5 @@ browser: true

'class-methods-use-this': 0,
'jsx-a11y/anchor-is-valid': [ 'error', {
'components': ['Link'],
'specialLink': ['to']
'jsx-a11y/anchor-is-valid': [2, {
components: ['Link'],
specialLink: ['to']
}],

@@ -22,7 +19,7 @@ 'react/forbid-prop-types': 0,

'react/sort-comp': [1, {
'order': [
order: [
'propTypes',
'defaultProps',
'static-methods',
'state',
'state',
'constructor',

@@ -40,2 +37,2 @@ 'everything-else',

}
}
};
{
"name": "eslint-config-appfolio-react",
"version": "1.1.0",
"version": "1.2.0",
"description": "Appfolio ESLint React config",

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

"scripts": {
"lint": "eslint .",
"postpublish": "git push --no-verify && git push --tags"

@@ -15,3 +16,3 @@ },

"eslint-config-airbnb": "^16.1.0",
"eslint-config-appfolio-base": "^1.0.3",
"eslint-config-appfolio-base": "^1.1.0",
"eslint-plugin-import": "^2.8.0",

@@ -18,0 +19,0 @@ "eslint-plugin-jsx-a11y": "^6.0.2",

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