eslint-config-prettier 8.5.0 → 8.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/index.js +1 -0
- package/package.json +1 -1
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2017, 2018, 2019, 2020, 2021, 2022 Simon Lydell and contributors
|
|
3
|
+
Copyright (c) 2017, 2018, 2019, 2020, 2021, 2022, 2023 Simon Lydell and contributors
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/index.js
CHANGED
|
@@ -163,6 +163,7 @@ module.exports = {
|
|
|
163
163
|
"vue/keyword-spacing": "off",
|
|
164
164
|
"vue/max-attributes-per-line": "off",
|
|
165
165
|
"vue/multiline-html-element-content-newline": "off",
|
|
166
|
+
"vue/multiline-ternary": "off",
|
|
166
167
|
"vue/mustache-interpolation-spacing": "off",
|
|
167
168
|
"vue/no-extra-parens": "off",
|
|
168
169
|
"vue/no-multi-spaces": "off",
|