We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efae96a commit 9d1f846Copy full SHA for 9d1f846
.changeset/two-walls-carry.md
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# eslint-config-seek
2
3
+## 11.0.0
4
+
5
+### Major Changes
6
7
+- Add additional rules enforcing consistent type imports/exports ([#96](https://github.com/seek-oss/eslint-config-seek/pull/96))
8
9
## 10.3.0
10
11
### Minor Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-seek",
- "version": "10.3.0",
+ "version": "11.0.0",
"description": "ESLint configuration used by SEEK",
"main": "index.js",
"files": [
0 commit comments