eslint-plugin-matrix-org
Advanced tools
Comparing version 0.5.2 to 0.6.0
{ | ||
"name": "eslint-plugin-matrix-org", | ||
"version": "0.5.2", | ||
"version": "0.6.0", | ||
"description": "ESLint rules and configs used by Matrix.org projects", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
module.exports = { | ||
plugins: [ | ||
"deprecate", | ||
"matrix-org", | ||
@@ -55,3 +56,8 @@ "react", | ||
"react/no-unknown-property": ["error"], | ||
"deprecate/import": ["warn", { | ||
name: "enzyme", | ||
use: "@testing-library/react", | ||
}], | ||
} | ||
} |
@@ -146,2 +146,3 @@ # eslint-plugin-matrix-org | ||
* eslint-config-google | ||
* eslint-plugin-deprecate | ||
* eslint-plugin-jsx-a11y | ||
@@ -152,1 +153,7 @@ * eslint-plugin-react | ||
* typescript | ||
## Releasing | ||
Use "[Run workflow](https://github.com/matrix-org/eslint-plugin-matrix-org/actions/workflows/release.yaml)". | ||
Refer to [SemVer](https://semver.org/) for versioning semantics. | ||
This workflow will bump the version, publish NPM, and create a GitHub release. |
15708
11
290
158