@jgarber/eslint-config 4.1.0 → 4.2.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.
Files changed (2) hide show
  1. package/index.js +8 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -137,6 +137,14 @@ export default [
137
137
  */
138
138
  "@stylistic/operator-linebreak": ["error", "after"],
139
139
 
140
+ /**
141
+ * Disallow quotes around object literal property names that are not
142
+ * strictly required.
143
+ *
144
+ * @see {@link https://eslint.style/rules/default/quote-props}
145
+ */
146
+ "@stylistic/quote-props": ["error", "as-needed"],
147
+
140
148
  /**
141
149
  * Enforce consistent spacing before function parentheses.
142
150
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jgarber/eslint-config",
3
- "version": "4.1.0",
3
+ "version": "4.2.0",
4
4
  "description": "Shareable ESLint configuration.",
5
5
  "keywords": [
6
6
  "config",