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 03e688e commit 1468f75Copy full SHA for 1468f75
packages/eslint-config/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @fellipeutaka/eslint-config
2
3
+## 1.12.1
4
+
5
+### Patch Changes
6
7
+- remove @/\* from import helpers
8
9
## 1.12.0
10
11
### Minor Changes
packages/eslint-config/base.json
@@ -25,7 +25,7 @@
25
"groups": [
26
"/^react/",
27
"module",
28
- ["/^~/", "/^@/"],
+ "/^~/",
29
["parent", "sibling", "index"]
30
],
31
"alphabetize": {
packages/eslint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@fellipeutaka/eslint-config",
- "version": "1.12.0",
+ "version": "1.12.1",
"description": "ESLint configuration",
"private": false,
"homepage": "https://github.com/fellipeutaka/eslint-config",
0 commit comments