Socket
Socket
Sign inDemoInstall

eslint-config-prettier

Package Overview
Dependencies
89
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.0 to 2.5.0

standard.js

6

CHANGELOG.md

@@ -0,1 +1,6 @@

### Version 2.5.0 (2017-09-16)
- Added: Support for [eslint-plugin-standard]. Thanks to Christian Pekeler
(@pekeler)!
### Version 2.4.0 (2017-09-02)

@@ -121,2 +126,3 @@

[eslint-plugin-react]: https://github.com/yannickcr/eslint-plugin-react
[eslint-plugin-standard]: https://github.com/xjamundx/eslint-plugin-standard
[function-paren-newline]: https://eslint.org/docs/rules/function-paren-newline

@@ -123,0 +129,0 @@ [indent-legacy]: http://eslint.org/docs/rules/indent-legacy

12

package.json
{
"name": "eslint-config-prettier",
"version": "2.4.0",
"version": "2.5.0",
"license": "MIT",

@@ -12,3 +12,4 @@ "author": "Simon Lydell",

"index.js",
"react.js"
"react.js",
"standard.js"
],

@@ -38,3 +39,3 @@ "bin": {

"dedent": "^0.7.0",
"eslint": "^4.6.0",
"eslint": "^4.7.0",
"eslint-config-google": "^0.9.1",

@@ -44,4 +45,5 @@ "eslint-plugin-flowtype": "^2.35.1",

"eslint-plugin-react": "^7.3.0",
"prettier": "^1.6.1",
"rimraf": "^2.6.1"
"eslint-plugin-standard": "^3.0.1",
"prettier": "^1.7.0",
"rimraf": "^2.6.2"
},

@@ -48,0 +50,0 @@ "peerDependencies": {

@@ -35,2 +35,3 @@ # eslint-config-prettier [![Build Status][travis-badge]][travis]

- [eslint-plugin-react]
- [eslint-plugin-standard]

@@ -44,3 +45,4 @@ Add extra exclusions for the plugins you use like so:

"prettier/flowtype",
"prettier/react"
"prettier/react",
"prettier/standard"
]

@@ -81,3 +83,3 @@ }

"extends": [
"google",
"standard",
"plugin:flowtype/recommended",

@@ -87,3 +89,4 @@ "plugin:react/recommended",

"prettier/flowtype",
"prettier/react"
"prettier/react",
"prettier/standard"
],

@@ -93,6 +96,6 @@ "plugins": [

"react",
"prettier"
"prettier",
"standard"
],
"parserOptions": {
"ecmaVersion": 2016,
"sourceType": "module",

@@ -328,6 +331,7 @@ "ecmaFeatures": {

- ESLint 4.6.0 (eslint-config-prettier 2.1.1 and older were tested with ESLint 3.x)
- prettier 1.6.1
- ESLint 4.7.0 (eslint-config-prettier 2.1.1 and older were tested with ESLint 3.x)
- prettier 1.7.0
- eslint-plugin-flowtype 2.35.1
- eslint-plugin-react 7.3.0
- eslint-plugin-standard 3.0.1

@@ -401,2 +405,3 @@ Have new rules been added since those versions? Have we missed any rules? Is

[eslint-plugin-react]: https://github.com/yannickcr/eslint-plugin-react
[eslint-plugin-standard]: https://github.com/xjamundx/eslint-plugin-standard
[max-len]: http://eslint.org/docs/rules/max-len

@@ -403,0 +408,0 @@ [no-confusing-arrow]: http://eslint.org/docs/rules/no-confusing-arrow

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