Socket
Socket
Sign inDemoInstall

eslint-config-ijs

Package Overview
Dependencies
319
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.11 to 0.1.12

2

index.js

@@ -38,2 +38,4 @@

'react/react-in-jsx-scope': 0,
...core,

@@ -40,0 +42,0 @@ ...jsxA11y,

65

package.json
{
"name": "eslint-config-ijs",
"version": "0.1.11",
"description": "ESLint and Prettier setup",
"author": "Scott Agirs Neminskis <scott@ijs.to>",
"repository": "git@github.com:ijsto/eslint-config.git",
"version": "0.1.12",
"license": "MIT",
"scripts": {
"lint": "eslint --report-unused-disable-directives .",
"lint:fix": "eslint --fix"
"engines": {
"node": ">=8.6.0",
"yarn": ">=1.0.0"
},
"main": "index.js",
"files": [
"src"
],
"main": "index.js",
"scripts": {
"lint": "eslint . --ext .js --ext .json",
"prettier": "prettier --write \"**/*.{js,json,md,yml}\"",
"prettier:check": "prettier --check \"**/*.{js,json,md,yml}\"",
"test": "yarn lint && yarn prettier:check"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,json,md,yml}": [
"prettier --write",
"git add"
]
},
"dependencies": {
"babel-eslint": "10.0.2",
"dot-prop": "5.1.0",
"eslint-config-prettier": "6.1.0",
"eslint-plugin-eslint-comments": "3.1.2",
"eslint-plugin-get-off-my-lawn": "1.0.2",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jest": "22.15.2",
"eslint-plugin-json": "1.4.0",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-node": "9.1.0",
"eslint-plugin-objects": "1.1.1",
"eslint-plugin-react": "7.14.3",
"eslint-plugin-react-hooks": "2.0.1",
"eslint-plugin-react-native": "3.7.0",
"eslint-plugin-security": "1.4.0",
"eslint-plugin-unicorn": "10.0.0",
"read-pkg-up": "6.0.0",
"semver": "6.3.0",
"eslint-config-airbnb": "^18.0.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-html": "^5.0.3",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.14.2",
"eslint-plugin-react-hooks": "^1.4.0"
"semver": "6.3.0"
},

@@ -38,12 +58,3 @@ "devDependencies": {

"eslint": ">=6.2.1"
},
"keywords": [
"config",
"ecmascript",
"eslint",
"javascript",
"lint",
"prettier",
"vscode"
]
}
}
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