eslint-config-prettier
Advanced tools
Comparing version 6.5.0 to 6.6.0
@@ -49,3 +49,3 @@ "use strict"; | ||
return Boolean( | ||
firstOption && (firstOption.html && firstOption.html.void === "any") | ||
firstOption && firstOption.html && firstOption.html.void === "any" | ||
// Enable when Prettier supports SVG: https://github.com/prettier/prettier/issues/5322 | ||
@@ -52,0 +52,0 @@ // && firstOption.svg === "any" |
@@ -0,1 +1,6 @@ | ||
### Version 6.6.0 (2019-11-17) | ||
- Added: New [eslint-plugin-vue] rules: [vue/dot-location] and | ||
[vue/keyword-spacing]. Thanks to @xcatliu! | ||
### Version 6.5.0 (2019-10-26) | ||
@@ -374,3 +379,5 @@ | ||
[vue/comma-dangle]: https://github.com/vuejs/eslint-plugin-vue/blob/master/docs/rules/comma-dangle.md | ||
[vue/dot-location]: https://github.com/vuejs/eslint-plugin-vue/blob/master/docs/rules/dot-location.md | ||
[vue/html-self-closing-special]: https://github.com/prettier/eslint-config-prettier/blob/d5e7af986221df5faedc12893d8dc3150a808693/README.md#vuehtml-self-closing | ||
[vue/html-self-closing]: https://github.com/vuejs/eslint-plugin-vue/blob/master/docs/rules/html-self-closing.md | ||
[vue/keyword-spacing]: https://github.com/vuejs/eslint-plugin-vue/blob/master/docs/rules/keyword-spacing.md |
{ | ||
"name": "eslint-config-prettier", | ||
"version": "6.5.0", | ||
"version": "6.6.0", | ||
"license": "MIT", | ||
@@ -42,4 +42,4 @@ "author": "Simon Lydell", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "2.5.0", | ||
"@typescript-eslint/parser": "2.5.0", | ||
"@typescript-eslint/eslint-plugin": "2.7.0", | ||
"@typescript-eslint/parser": "2.7.0", | ||
"babel-eslint": "10.0.3", | ||
@@ -52,13 +52,13 @@ "cross-spawn": "6.0.5", | ||
"eslint-plugin-babel": "5.3.0", | ||
"eslint-plugin-flowtype": "4.3.0", | ||
"eslint-plugin-flowtype": "4.4.1", | ||
"eslint-plugin-prettier": "3.1.1", | ||
"eslint-plugin-react": "7.16.0", | ||
"eslint-plugin-standard": "4.0.1", | ||
"eslint-plugin-unicorn": "12.1.0", | ||
"eslint-plugin-vue": "5.2.3", | ||
"eslint-plugin-unicorn": "13.0.0", | ||
"eslint-plugin-vue": "6.0.1", | ||
"jest": "24.9.0", | ||
"prettier": "1.18.2", | ||
"prettier": "1.19.1", | ||
"replace": "1.1.1", | ||
"rimraf": "3.0.0", | ||
"typescript": "3.6.4" | ||
"typescript": "3.7.2" | ||
}, | ||
@@ -65,0 +65,0 @@ "peerDependencies": { |
@@ -800,10 +800,10 @@ # eslint-config-prettier [![Build Status][travis-badge]][travis] | ||
- eslint-config-prettier 2.1.1 and older were tested with ESLint 3.x | ||
- prettier 1.18.2 | ||
- @typescript-eslint/eslint-plugin 2.5.0 | ||
- prettier 1.19.1 | ||
- @typescript-eslint/eslint-plugin 2.7.0 | ||
- eslint-plugin-babel 5.3.0 | ||
- eslint-plugin-flowtype 4.3.0 | ||
- eslint-plugin-flowtype 4.4.1 | ||
- eslint-plugin-react 7.16.0 | ||
- eslint-plugin-standard 4.0.1 | ||
- eslint-plugin-unicorn 12.1.0 | ||
- eslint-plugin-vue 5.2.3 | ||
- eslint-plugin-unicorn 13.0.0 | ||
- eslint-plugin-vue 6.0.1 | ||
@@ -810,0 +810,0 @@ Have new rules been added since those versions? Have we missed any rules? Is |
@@ -12,2 +12,3 @@ "use strict"; | ||
"vue/comma-dangle": "off", | ||
"vue/dot-location": "off", | ||
"vue/html-closing-bracket-newline": "off", | ||
@@ -19,2 +20,3 @@ "vue/html-closing-bracket-spacing": "off", | ||
"vue/key-spacing": "off", | ||
"vue/keyword-spacing": "off", | ||
"vue/max-attributes-per-line": "off", | ||
@@ -21,0 +23,0 @@ "vue/multiline-html-element-content-newline": "off", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58984
436