@discourse/lint-configs 2.23.0 → 2.24.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/eslint.mjs +1 -0
  2. package/package.json +1 -1
package/eslint.mjs CHANGED
@@ -299,6 +299,7 @@ export default [
299
299
  "discourse/deprecated-lookups": ["error"],
300
300
  "discourse/discourse-common-imports": ["error"],
301
301
  "discourse/lines-between-class-members": ["error"],
302
+ "discourse/deprecated-plugin-apis": ["error"],
302
303
  "discourse/line-after-imports": ["error"],
303
304
  "discourse/line-before-default-export": ["error"],
304
305
  "discourse/no-curly-components": ["error"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@discourse/lint-configs",
3
- "version": "2.23.0",
3
+ "version": "2.24.0",
4
4
  "description": "Shareable lint configs for Discourse core, plugins, and themes",
5
5
  "author": "Discourse",
6
6
  "license": "MIT",