@flarian/frontend-preset 1.3.3 → 1.3.4

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.
@@ -12,15 +12,6 @@ const esLintImportSortRules = {
12
12
  "@simple-import-sort": simpleImportSort__default
13
13
  },
14
14
  rules: {
15
- "sort-imports": [
16
- "warn",
17
- {
18
- ignoreCase: false,
19
- ignoreDeclarationSort: true,
20
- ignoreMemberSort: false,
21
- allowSeparatedGroups: false
22
- }
23
- ],
24
15
  "@simple-import-sort/imports": [
25
16
  "warn",
26
17
  {
@@ -6,15 +6,6 @@ const esLintImportSortRules = {
6
6
  "@simple-import-sort": simpleImportSort
7
7
  },
8
8
  rules: {
9
- "sort-imports": [
10
- "warn",
11
- {
12
- ignoreCase: false,
13
- ignoreDeclarationSort: true,
14
- ignoreMemberSort: false,
15
- allowSeparatedGroups: false
16
- }
17
- ],
18
9
  "@simple-import-sort/imports": [
19
10
  "warn",
20
11
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarian/frontend-preset",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "license": "MIT",
5
5
  "description": "Frontend preset with ESLint 9 flat config and Stylelint",
6
6
  "author": "FlarianWeb",