@etchteam/eslint-config 1.5.0 → 1.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/CHANGELOG.md CHANGED
@@ -1,7 +1,7 @@
1
- ## [1.5.0](https://github.com/etchteam/eslint/compare/v1.4.0...v1.5.0) (2023-08-18)
1
+ ## [1.6.0](https://github.com/etchteam/eslint/compare/v1.5.0...v1.6.0) (2023-11-06)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * disallow b and i elements. Closes [#16](https://github.com/etchteam/eslint/issues/16) ([c8dee8e](https://github.com/etchteam/eslint/commit/c8dee8e9459c3d704302d32a871d709cfd226419))
7
- * disallow no useless fragments. Closes [#7](https://github.com/etchteam/eslint/issues/7) ([9cbfde4](https://github.com/etchteam/eslint/commit/9cbfde406df497e7991e08ec94649fae4ec2046c))
6
+ * enable react-readonly-props ([7609312](https://github.com/etchteam/eslint/commit/760931294a03e7fa3f5ae6acc35f2a0a05674732))
7
+ * update eslint-config-next ([d5ae572](https://github.com/etchteam/eslint/commit/d5ae572eb25fde9ed4a212a3714c304d6d9a0a8c))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etchteam/eslint-config",
3
- "version": "1.5.0",
3
+ "version": "1.6.0",
4
4
  "description": "Etch's standard eslint config",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -33,7 +33,7 @@
33
33
  "@typescript-eslint/eslint-plugin": "^5.46.1",
34
34
  "@typescript-eslint/parser": "^5.46.1",
35
35
  "eslint": "^8.29.0",
36
- "eslint-config-next": "^13.4.5",
36
+ "eslint-config-next": "^14.0.1",
37
37
  "eslint-config-prettier": "^8.5.0",
38
38
  "eslint-plugin-import": "^2.26.0",
39
39
  "eslint-plugin-jsx-a11y": "^6.7.1",
package/src/index.js CHANGED
@@ -55,6 +55,7 @@ module.exports = {
55
55
  allowExpressions: true,
56
56
  },
57
57
  ],
58
+ 'react/prefer-read-only-props': 'error',
58
59
  },
59
60
  settings: {
60
61
  'import/resolver': {