Socket
Socket
Sign inDemoInstall

eslint-config-radiofrance

Package Overview
Dependencies
3
Maintainers
4
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.1 to 3.0.0

22

package.json
{
"name": "eslint-config-radiofrance",
"version": "2.1.1",
"version": "3.0.0",
"description": "ESLint shareable config for Radio France",

@@ -50,17 +50,23 @@ "license": "CECILL-B",

"dependencies": {
"eslint-config-xo": "^0.26.0",
"eslint-config-xo": "^0.29.1",
"eslint-plugin-promise": "^4.1.1"
},
"devDependencies": {
"ava": "^1.4.1",
"eslint": "^5.0.0",
"is-plain-obj": "^1.0.0",
"temp-write": "^3.4.0"
"ava": "^3.7.1",
"eslint": "^6.8.0",
"is-plain-obj": "^2.1.0"
},
"peerDependencies": {
"eslint": ">=5.0.0"
"eslint": ">=6.8.0"
},
"eslintConfig": {
"extends": "xo-space/esnext",
"extends": "xo/esnext",
"rules": {
"indent": [
2,
2,
{
"SwitchCase": 1
}
],
"capitalized-comments": "off",

@@ -67,0 +73,0 @@ "camelcase": "warn",

# eslint-config-radiofrance [![Build Status](https://travis-ci.org/radiofrance/eslint-config-radiofrance.svg?branch=master)](https://travis-ci.org/radiofrance/eslint-config-radiofrance)
> ESLint [shareable config](http://eslint.org/docs/developer-guide/shareable-configs.html) extend from [eslint-config-xo-space](https://github.com/sindresorhus/eslint-config-xo-space)
> ESLint [shareable config](http://eslint.org/docs/developer-guide/shareable-configs.html) extend from [eslint-config-xo](https://github.com/sindresorhus/eslint-config-xo)

@@ -26,3 +26,3 @@ ## Install

- [eslint-config-xo-space](https://github.com/sindresorhus/eslint-config-xo-space) - ESLint shareable config for XO
- [eslint-config-xo](https://github.com/sindresorhus/eslint-config-xo) - ESLint shareable config for XO

@@ -29,0 +29,0 @@ ## License

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc