@will-stone/eslint-config 6.0.1 → 6.1.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/package.json +1 -1
  2. package/rules/unicorn.js +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@will-stone/eslint-config",
3
- "version": "6.0.1",
3
+ "version": "6.1.0",
4
4
  "private": false,
5
5
  "description": "My ESLint config",
6
6
  "repository": {
package/rules/unicorn.js CHANGED
@@ -285,6 +285,8 @@ module.exports = {
285
285
  {
286
286
  replacements: {
287
287
  props: false,
288
+ ref: false,
289
+ refs: false,
288
290
  },
289
291
  allowList: {
290
292
  'next-env.d': true,